Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp184 report_metrics_from_last_install(LAST_INSTALL_FILE); in main()
185 if (access(LAST_INSTALL_FILE, F_OK) && unlink(LAST_INSTALL_FILE) == -1) { in main()
186 PLOG(ERROR) << "Failed to unlink " << LAST_INSTALL_FILE; in main()
/bootable/recovery/otautil/include/otautil/
Dparse_install_logs.h25 constexpr const char* LAST_INSTALL_FILE = "/data/misc/recovery/last_install"; variable
/bootable/recovery/otautil/
Dlogging.cpp44 constexpr const char* LAST_INSTALL_FILE = "/cache/recovery/last_install"; variable
216 copy_log_file_to_pmsg(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE); in copy_logs()
230 copy_log_file(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE, false, sehandle); in copy_logs()
237 chmod(LAST_INSTALL_FILE, 0644); in copy_logs()
238 chown(LAST_INSTALL_FILE, AID_SYSTEM, AID_SYSTEM); in copy_logs()