Home
last modified time | relevance | path

Searched refs:LAST_INSTALL_FILE (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Drecovery-persist.cpp167 if (access(LAST_INSTALL_FILE, F_OK) && unlink(LAST_INSTALL_FILE) == -1) { in main()
168 PLOG(ERROR) << "Failed to unlink " << LAST_INSTALL_FILE; in main()
/bootable/recovery/recovery_utils/include/recovery_utils/
Dparse_install_logs.h25 constexpr const char* LAST_INSTALL_FILE = "/data/misc/recovery/last_install"; variable
/bootable/recovery/recovery_utils/
Dlogging.cpp44 constexpr const char* LAST_INSTALL_FILE = "/cache/recovery/last_install"; variable
215 copy_log_file_to_pmsg(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE); in copy_logs()
229 copy_log_file(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE, false); in copy_logs()
236 chmod(LAST_INSTALL_FILE, 0644); in copy_logs()
237 chown(LAST_INSTALL_FILE, AID_SYSTEM, AID_SYSTEM); in copy_logs()