Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Drecovery-persist.cpp61 static void copy_file(const char* source, const char* destination) { in copy_file() function
163 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
165 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
/bootable/recovery/applypatch/
Dapplypatch.cpp527 FileContents copy_file; in applypatch() local
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_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()