Loading cmds/installd/commands.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -1851,7 +1851,6 @@ static bool unlink_and_rename(const char* from, const char* to) { PLOG(ERROR) << "Could not rename " << from << " to " << to; return false; } return true; } Loading cmds/installd/installd.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -65,8 +65,8 @@ bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) { char *file_name_start; char *file_name_end; const char *file_name_start; const char *file_name_end; file_name_start = strrchr(apk_path, '/'); if (file_name_start == NULL) { Loading Loading
cmds/installd/commands.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -1851,7 +1851,6 @@ static bool unlink_and_rename(const char* from, const char* to) { PLOG(ERROR) << "Could not rename " << from << " to " << to; return false; } return true; } Loading
cmds/installd/installd.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -65,8 +65,8 @@ bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) { char *file_name_start; char *file_name_end; const char *file_name_start; const char *file_name_end; file_name_start = strrchr(apk_path, '/'); if (file_name_start == NULL) { Loading