HomeSort by relevance Sort by last modified time
    Searched defs:PathExists (Results 1 - 9 of 9) 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/third_party/android_crazy_linker/src/src/
crazy_linker_system.cpp 72 bool PathExists(const char* path) {
crazy_linker_system_mock.cpp 281 bool PathExists(const char* path) {
288 return PathExists(path);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.cpp 72 bool PathExists(const char* path) {
crazy_linker_system_mock.cpp 281 bool PathExists(const char* path) {
288 return PathExists(path);
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.cc 170 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) {
236 return base::PathExists(path);
294 if (!base::PathExists(path))
304 if (!base::PathExists(path))
  /external/chromium_org/base/
file_util_posix.cc 265 if (PathExists(real_to_path)) {
349 bool PathExists(const FilePath& path) {
file_util_win.cc 154 if (PathExists(real_to_path)) {
177 if (!PathExists(from_path)) {
227 bool PathExists(const FilePath& path) {
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 53 return base::PathExists(path) && !base::DirectoryExists(path);
292 bool PathExists(const FileSystemURL& url) {
591 EXPECT_TRUE(PathExists(dest_url));
781 EXPECT_TRUE(base::PathExists(origin_directory.AppendASCII("dummy")));
858 EXPECT_TRUE(base::PathExists(local_path));
866 EXPECT_FALSE(base::PathExists(local_path));
    [all...]

Completed in 945 milliseconds