HomeSort by relevance Sort by last modified time
    Searched refs:p2p_dir (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
p2p_manager.cc 335 FilePath p2p_dir = configuration_->GetP2PDir(); local
342 base::FileEnumerator dir(p2p_dir, false, base::FileEnumerator::FILES);
523 // least twice the size is not available in P2P_DIR.
525 FilePath p2p_dir = configuration_->GetP2PDir(); local
526 if (statvfs(p2p_dir.value().c_str(), &statvfsbuf) != 0) {
527 PLOG(ERROR) << "Error calling statvfs() for dir " << p2p_dir.value();
535 << " bytes since the directory " << p2p_dir.value()
676 FilePath p2p_dir = configuration_->GetP2PDir(); local
680 base::FileEnumerator dir(p2p_dir, false, base::FileEnumerator::FILES);
p2p_manager_unittest.cc 258 static bool CheckP2PFile(const string& p2p_dir, const string& file_name,
260 string path = p2p_dir + "/" + file_name;
312 static bool CreateP2PFile(string p2p_dir, string file_name,
314 string path = p2p_dir + "/" + file_name;
389 // Check that we return the right values for existing files in P2P_DIR.

Completed in 321 milliseconds