Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp62 static void copy_file(const char* source, const char* destination) { in copy_file() function
175 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
177 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
/bootable/recovery/updater/
Dtarget_files.cpp162 return std::filesystem::copy_file(entry_path, temp_file->path, in ExtractEntryToTempFile()