Searched refs:GetP2PDir (Results 1 – 4 of 4) sorted by relevance
153 base::FilePath path = test_conf_->GetP2PDir().Append( in TEST_F()159 path = test_conf_->GetP2PDir().Append( in TEST_F()177 "%s/file_%d.cros_au.p2p", test_conf_->GetP2PDir().value().c_str(), n); in TEST_F()181 "%s/file_%d.OTHER.p2p", test_conf_->GetP2PDir().value().c_str(), n); in TEST_F()217 base::FilePath path = test_conf_->GetP2PDir().Append( in TEST_F()233 path = test_conf_->GetP2PDir().Append( in TEST_F()251 "%s/file_%d.cros_au.p2p", test_conf_->GetP2PDir().value().c_str(), n); in TEST_F()255 "%s/file_%d.OTHER.p2p", test_conf_->GetP2PDir().value().c_str(), n); in TEST_F()357 test_conf_->GetP2PDir().Append("foo.cros_au.p2p.tmp")); in TEST_F()358 EXPECT_TRUE(CheckP2PFile(test_conf_->GetP2PDir().value(), in TEST_F()[all …]
38 base::FilePath GetP2PDir() override { return p2p_dir_.GetPath(); } in GetP2PDir() function
92 FilePath GetP2PDir() override { return FilePath(kDefaultP2PDir); } in GetP2PDir() function in chromeos_update_engine::ConfigurationImpl311 return configuration_->GetP2PDir().Append(file_id + GetExt(visibility)); in GetPath()326 FilePath p2p_dir = configuration_->GetP2PDir(); in PerformHousekeeping()517 FilePath p2p_dir = configuration_->GetP2PDir(); in FileShare()671 FilePath p2p_dir = configuration_->GetP2PDir(); in CountSharedFiles()
46 virtual base::FilePath GetP2PDir() = 0;