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

  /external/chromium_org/chrome/browser/chromeos/drive/
write_on_cache_file_unittest.cc 19 const base::FilePath::CharType kInvalidPath[] =
39 if (file_path == base::FilePath(kInvalidPath)) {
88 // Access to kInvalidPath should fail, and FileWriteHelper should not try to
92 base::FilePath(kInvalidPath),
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 36 const char kInvalidPath[] = "invalid path does not exist";
321 MtabTestData(kDeviceFixed, kInvalidPath, kValidFS),
618 EXPECT_FALSE(notifier()->GetStorageInfoForPath(base::FilePath(kInvalidPath),
661 MtabTestData(kDeviceFixed, kInvalidPath, kInvalidFS),
671 EXPECT_EQ(GetDevicePartitionSize(kInvalidPath),
672 GetStorageSize(base::FilePath(kInvalidPath)));

Completed in 344 milliseconds