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 75 bool IsPathInUse(const base::FilePath& path);
136 bool DownloadPathReservationTrackerTest::IsPathInUse(
189 ASSERT_FALSE(IsPathInUse(path));
203 EXPECT_TRUE(IsPathInUse(path));
211 EXPECT_FALSE(IsPathInUse(path));
219 ASSERT_FALSE(IsPathInUse(path));
233 EXPECT_TRUE(IsPathInUse(path));
240 EXPECT_FALSE(IsPathInUse(path));
248 ASSERT_FALSE(IsPathInUse(path));
262 EXPECT_TRUE(IsPathInUse(path))
    [all...]
download_path_reservation_tracker.cc 91 bool IsPathInUse(const base::FilePath& path) {
209 if (!name_too_long && IsPathInUse(target_path)) {
234 if (!IsPathInUse(path_to_check)) {
365 return IsPathInUse(path);

Completed in 679 milliseconds