Home
last modified time | relevance | path

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

/system/update_engine/
Dp2p_manager_unittest.cc348 const int kP2PTestFileSize = 1000 * 1000; // 1 MB in TEST_F() local
350 EXPECT_TRUE(manager_->FileShare("foo", kP2PTestFileSize)); in TEST_F()
354 "foo.cros_au.p2p.tmp", 0, kP2PTestFileSize)); in TEST_F()
357 EXPECT_TRUE(manager_->FileShare("foo", kP2PTestFileSize)); in TEST_F()
360 EXPECT_FALSE(manager_->FileShare("foo", kP2PTestFileSize + 1)); in TEST_F()
370 const int kP2PTestFileSize = 1000 * 1000; // 1 MB in TEST_F() local
373 manager_->FileShare("foo", kP2PTestFileSize); in TEST_F()
377 "foo.cros_au.p2p.tmp", 0, kP2PTestFileSize)); in TEST_F()
385 "foo.cros_au.p2p", 0, kP2PTestFileSize)); in TEST_F()