Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp144 if (access(LAST_INSTALL_FILE_IN_CACHE, F_OK) && unlink(LAST_INSTALL_FILE_IN_CACHE) == -1) { in main()
145 PLOG(ERROR) << "Failed to unlink " << LAST_INSTALL_FILE_IN_CACHE; in main()
/bootable/recovery/recovery_utils/include/recovery_utils/
Dparse_install_logs.h26 constexpr const char* LAST_INSTALL_FILE_IN_CACHE = "/cache/recovery/last_install"; variable