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