HomeSort by relevance Sort by last modified time
    Searched defs:invalid_file (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/
json_pref_store_unittest.cc 57 FilePath invalid_file = temp_dir_.path().AppendASCII("invalid.json"); local
58 ASSERT_TRUE(file_util::CopyFile(invalid_file_original, invalid_file));
60 new JsonPrefStore(invalid_file, message_loop_proxy_.get());
66 EXPECT_FALSE(file_util::PathExists(invalid_file));
  /external/chromium_org/base/prefs/
json_pref_store_unittest.cc 72 base::FilePath invalid_file = temp_dir_.path().AppendASCII("invalid.json"); local
73 ASSERT_TRUE(base::CopyFile(invalid_file_original, invalid_file));
75 new JsonPrefStore(invalid_file, message_loop_.message_loop_proxy().get());
81 EXPECT_FALSE(PathExists(invalid_file));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 78 base::PlatformFile invalid_file = base::kInvalidPlatformFileValue; local
80 base::PassPlatformFile(&invalid_file),
  /external/chromium_org/content/renderer/pepper/
pepper_file_io_host.cc 126 base::PlatformFile invalid_file = base::kInvalidPlatformFileValue; local
128 base::PassPlatformFile(&invalid_file),

Completed in 157 milliseconds