Home
last modified time | relevance | path

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

/system/update_engine/
Dp2p_manager.cc160 bool DeleteP2PFile(const FilePath& path, const string& reason);
314 bool P2PManagerImpl::DeleteP2PFile(const FilePath& path, const string& reason) { in DeleteP2PFile() function in chromeos_update_engine::P2PManagerImpl
350 if (!DeleteP2PFile(name, "file too old")) in PerformHousekeeping()
364 if (!DeleteP2PFile(i->first, "too many files")) in PerformHousekeeping()