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

  /external/v8/
.ycm_extra_conf.py 51 def PathExists(*args):
67 while not (PathExists(curdir, 'v8') and PathExists(curdir, 'v8', 'DEPS')
68 and (PathExists(curdir, '.gclient')
69 or PathExists(curdir, 'v8', '.git'))):
  /external/perfetto/src/base/
temp_file_unittest.cc 28 bool PathExists(const std::string& path) {
42 ASSERT_TRUE(PathExists(path));
61 ASSERT_FALSE(PathExists(path));
97 ASSERT_FALSE(PathExists(path));
108 ASSERT_TRUE(PathExists(td.path()));
111 ASSERT_FALSE(PathExists(path));
  /external/perf_data_converter/src/quipper/
scoped_temp_path_test.cc 32 bool PathExists(const string& path) {
76 EXPECT_TRUE(PathExists(path)) << path;
82 EXPECT_FALSE(PathExists(path)) << path;
92 EXPECT_TRUE(PathExists(path)) << path;
96 EXPECT_FALSE(PathExists(path)) << path;
106 EXPECT_TRUE(PathExists(paths[i])) << paths[i];
110 EXPECT_FALSE(PathExists(paths[i])) << paths[i];
120 EXPECT_TRUE(PathExists(path)) << path;
127 EXPECT_FALSE(PathExists(path)) << path;
137 EXPECT_TRUE(PathExists(path)) << path
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 24 def PathExists(self, filepath):
47 self.assertTrue(self.device.PathExists(self.cmdline_path_legacy))
53 self.assertFalse(self.device.PathExists(self.cmdline_path_legacy))
device_utils.py 597 if cached_result and not self.PathExists(cached_result):
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 280 if (PathExists(real_to_path)) {
413 bool PathExists(const FilePath& path) {
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py 465 if cached_result and not self.PathExists(cached_result):
    [all...]

Completed in 105 milliseconds