Searched refs:LAST_INSTALL_FILE (Results 1 – 3 of 3) sorted by relevance
184 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()
25 constexpr const char* LAST_INSTALL_FILE = "/data/misc/recovery/last_install"; variable
44 constexpr const char* LAST_INSTALL_FILE = "/cache/recovery/last_install"; variable216 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()