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

/external/chromium_org/base/files/
H A Dfile_util_posix.cc265 if (PathExists(real_to_path)) {
349 bool PathExists(const FilePath& path) { function in namespace:base
H A Dfile_util_win.cc154 if (PathExists(real_to_path)) {
177 if (!PathExists(from_path)) {
227 bool PathExists(const FilePath& path) { function in namespace:base
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc53 return base::PathExists(path) && !base::DirectoryExists(path);
290 bool PathExists(const FileSystemURL& url) { function in class:content::ObfuscatedFileUtilTest
589 EXPECT_TRUE(PathExists(dest_url));
778 EXPECT_TRUE(base::PathExists(origin_directory.AppendASCII("dummy")));
855 EXPECT_TRUE(base::PathExists(local_path));
863 EXPECT_FALSE(base::PathExists(local_path));
890 EXPECT_TRUE(base::PathExists(local_path));
895 EXPECT_FALSE(base::PathExists(local_path));
932 EXPECT_TRUE(PathExists(url));
1044 EXPECT_TRUE(PathExists(ur
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.cc170 if (!recursive && !base::PathExists(path.DirName()))
173 bool path_exists = base::PathExists(path);
197 if (!base::PathExists(path))
235 bool NativeFileUtil::PathExists(const base::FilePath& path) { function in class:storage::NativeFileUtil
236 return base::PathExists(path);
294 if (!base::PathExists(path))
304 if (!base::PathExists(path))
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system.cpp72 bool PathExists(const char* path) { function in namespace:crazy
H A Dcrazy_linker_system_mock.cpp281 bool PathExists(const char* path) { function in namespace:crazy
288 return PathExists(path);
/external/chromium_org/tools/vim/
H A Dchromium.ycm_extra_conf.py54 def PathExists(*args): function
70 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS')
71 and (PathExists(curdir, '.gclient')
72 or PathExists(curdir, 'src', '.git'))):

Completed in 450 milliseconds