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

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 41 bool IsPathInUse(const base::FilePath& path);
104 bool DownloadPathReservationTrackerTest::IsPathInUse(
164 ASSERT_FALSE(IsPathInUse(path));
178 EXPECT_TRUE(IsPathInUse(path));
186 EXPECT_FALSE(IsPathInUse(path));
194 ASSERT_FALSE(IsPathInUse(path));
208 EXPECT_TRUE(IsPathInUse(path));
215 EXPECT_FALSE(IsPathInUse(path));
223 ASSERT_FALSE(IsPathInUse(path));
237 EXPECT_TRUE(IsPathInUse(path))
    [all...]
download_path_reservation_tracker.cc 91 bool IsPathInUse(const base::FilePath& path) {
208 if (!name_too_long && IsPathInUse(target_path)) {
233 if (!IsPathInUse(path_to_check)) {
378 return IsPathInUse(path);

Completed in 188 milliseconds