Searched refs:LAST_INSTALL_FILE_IN_CACHE (Results 1 – 2 of 2) sorted by relevance
203 if (file_exists(LAST_INSTALL_FILE_IN_CACHE) && unlink(LAST_INSTALL_FILE_IN_CACHE) == -1) { in main()204 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