Searched refs:LAST_INSTALL_FILE_IN_CACHE (Results 1 – 2 of 2) sorted by relevance
144 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()
26 constexpr const char* LAST_INSTALL_FILE_IN_CACHE = "/cache/recovery/last_install"; variable