Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Dfile_metadata_linux.cc32 DCHECK(base::PathIsWritable(file)); in AddOriginMetadataToFile()
/external/chromium_org/chrome/browser/chromeos/power/
Dlight_bar.cc34 has_light_bar_(base::PathIsWritable(control_path_)) { in LightBar()
Dfreezer_cgroup_process_manager.cc24 enabled_(base::PathIsWritable(state_path_)) { in FreezerCgroupProcessManager()
/external/chromium_org/ui/ozone/platform/test/
Dtest_window_manager.cc82 if (!base::PathIsWritable(location_)) in Initialize()
/external/chromium_org/chrome/common/mac/
Dapp_mode_common.mm62 CHECK(base::PathIsWritable(socket_path));
/external/chromium_org/base/files/
Dfile_util.h124 BASE_EXPORT bool PathIsWritable(const FilePath& path);
Dfile_util_win.cc232 bool PathIsWritable(const FilePath& path) { in PathIsWritable() function
Dfile_util_posix.cc359 bool PathIsWritable(const FilePath& path) { in PathIsWritable() function
Dfile_util_unittest.cc765 EXPECT_TRUE(PathIsWritable(file_name)); in TEST_F()
773 EXPECT_FALSE(PathIsWritable(file_name)); in TEST_F()
783 EXPECT_TRUE(PathIsWritable(file_name)); in TEST_F()
/external/chromium_org/chrome/browser/download/
Ddownload_path_reservation_tracker.cc190 if (!base::PathIsWritable(target_dir)) { in CreateReservation()
/external/chromium_org/chrome/browser/diagnostics/
Drecon_diagnostics.cc340 if (!base::PathIsWritable(dir_or_file)) { in ExecuteImpl()
/external/chromium_org/extensions/common/
Dfile_util.cc311 if (!base::PathIsWritable(temp_path)) { in GetInstallTempDir()
/external/chromium_org/content/renderer/gpu/
Dgpu_benchmarking_extension.cc417 !base::PathIsWritable(dirpath)) { in PrintToSkPicture()
/external/chromium_org/chrome/browser/web_applications/
Dweb_app_mac.mm165 return base::PathIsWritable(path) ? path : base::FilePath();