Searched refs:PathIsWritable (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dfile_metadata_linux.cc32 DCHECK(base::PathIsWritable(file));
/external/chromium_org/ui/gfx/ozone/impl/
H A Dfile_surface_factory.cc36 CHECK(!base::PathExists(location_) || base::PathIsWritable(location_));
/external/chromium_org/base/
H A Dfile_util.h118 BASE_EXPORT bool PathIsWritable(const FilePath& path);
H A Dfile_util_win.cc195 bool PathIsWritable(const FilePath& path) { function in namespace:base
H A Dfile_util_unittest.cc765 EXPECT_TRUE(PathIsWritable(file_name));
774 EXPECT_FALSE(PathIsWritable(file_name));
784 EXPECT_TRUE(PathIsWritable(file_name));
H A Dfile_util_posix.cc367 bool PathIsWritable(const FilePath& path) { function in namespace:base
/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.cc191 if (!base::PathIsWritable(target_dir)) {
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc268 if (!file_util::PathIsWritable(dir_or_file)) {
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc337 if (!base::PathIsWritable(dir_or_file)) {
/external/chromium/base/
H A Dfile_util.h146 BASE_API bool PathIsWritable(const FilePath& path);
H A Dfile_util_posix.cc323 bool PathIsWritable(const FilePath& path) { function in namespace:file_util
H A Dfile_util_win.cc325 bool PathIsWritable(const FilePath& path) { function in namespace:file_util
/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc591 } else if (!file_util::PathIsWritable(temp_path)) {
/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util.cc511 if (!base::PathIsWritable(temp_path)) {
/external/chromium/chrome/browser/download/
H A Ddownload_manager.cc351 if (!file_util::PathIsWritable(dir)) {
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc474 !base::PathIsWritable(dirpath)) {

Completed in 393 milliseconds