Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dp2p_manager.cc159 bool DeleteP2PFile(const FilePath& path, const string& reason);
308 bool P2PManagerImpl::DeleteP2PFile(const FilePath& path, const string& reason) { in DeleteP2PFile() function in chromeos_update_engine::P2PManagerImpl
345 if (!DeleteP2PFile(name, "file too old")) in PerformHousekeeping()
359 if (!DeleteP2PFile(i->first, "too many files")) in PerformHousekeeping()