Searched defs:PathExists (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/vim/
H A Dchromium.ycm_extra_conf.py53 def PathExists(*args): function
69 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS')
70 and (PathExists(curdir, '.gclient')
71 or PathExists(curdir, 'src', '.git'))):
/external/chromium_org/webkit/browser/fileapi/
H A Dnative_file_util.cc176 if (!recursive && !base::PathExists(path.DirName()))
179 bool path_exists = base::PathExists(path);
203 if (!base::PathExists(path))
247 bool NativeFileUtil::PathExists(const base::FilePath& path) { function in class:fileapi::NativeFileUtil
248 return base::PathExists(path);
306 if (!base::PathExists(path))
316 if (!base::PathExists(path))
/external/chromium_org/base/
H A Dfile_util_win.cc177 if (!PathExists(to_path)) {
190 bool PathExists(const FilePath& path) { function in namespace:base
H A Dfile_util_posix.cc275 if (PathExists(real_to_path)) {
357 bool PathExists(const FilePath& path) { function in namespace:base
/external/chromium/base/
H A Dfile_util_posix.cc235 if (PathExists(real_to_path)) {
318 bool PathExists(const FilePath& path) { function in namespace:file_util
H A Dfile_util_win.cc291 if (!PathExists(to_path)) {
320 bool PathExists(const FilePath& path) { function in namespace:file_util
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc42 return base::PathExists(path) && !base::DirectoryExists(path);
272 bool PathExists(const FileSystemURL& url) { function in class:fileapi::ObfuscatedFileUtilTest
584 EXPECT_TRUE(PathExists(dest_url));
741 EXPECT_TRUE(base::PathExists(local_path));
750 EXPECT_FALSE(base::PathExists(local_path));
779 EXPECT_TRUE(base::PathExists(local_path));
785 EXPECT_FALSE(base::PathExists(local_path));
824 EXPECT_TRUE(PathExists(url));
950 EXPECT_TRUE(PathExists(url));
969 EXPECT_FALSE(PathExists(ur
[all...]

Completed in 818 milliseconds