Searched refs:copy_file (Results 1 – 2 of 2) sorted by relevance
61 static void copy_file(const char* source, const char* destination) { in copy_file() function163 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()165 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
527 FileContents copy_file; in applypatch() local528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), ©_file) < 0) { in applypatch()533 int to_use = FindMatchingPatch(copy_file.sha1, patch_sha1_str); in applypatch()539 return GenerateTarget(copy_file, patch_data[to_use], target_filename, target_sha1, bonus_data); in applypatch()