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

  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 53 def PathExists(*args):
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/
native_file_util.cc 176 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) {
248 return base::PathExists(path);
306 if (!base::PathExists(path))
316 if (!base::PathExists(path))
  /external/chromium/base/
file_util_posix.cc 235 if (PathExists(real_to_path)) {
318 bool PathExists(const FilePath& path) {
file_util_win.cc 291 if (!PathExists(to_path)) {
320 bool PathExists(const FilePath& path) {
    [all...]
  /external/chromium_org/base/
file_util_win.cc 177 if (!PathExists(to_path)) {
190 bool PathExists(const FilePath& path) {
file_util_posix.cc 275 if (PathExists(real_to_path)) {
357 bool PathExists(const FilePath& path) {
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 42 return base::PathExists(path) && !base::DirectoryExists(path);
272 bool PathExists(const FileSystemURL& url) {
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));
    [all...]

Completed in 274 milliseconds