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

/external/v8/
H A D.ycm_extra_conf.py51 def PathExists(*args): function
67 while not (PathExists(curdir, 'v8') and PathExists(curdir, 'v8', 'DEPS')
68 and (PathExists(curdir, '.gclient')
69 or PathExists(curdir, 'v8', '.git'))):
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
H A Dsysfs_power_monitor_unittest.py225 def PathExists(self, path): member in class:SysfsPowerMonitorMonitorTest.testGetCpuStateForAndroidDevices.PlatformStub
259 def PathExists(self, path): member in class:SysfsPowerMonitorMonitorTest.testStandAlone.PlatformStub
/external/chromium-trace/catapult/devil/devil/android/
H A Dflag_changer_test.py24 def PathExists(self, filepath): member in class:_FakeDevice
47 self.assertTrue(self.device.PathExists(self.cmdline_path_legacy))
53 self.assertFalse(self.device.PathExists(self.cmdline_path_legacy))
H A Ddevice_utils.py524 if cached_result and not self.PathExists(cached_result):
1514 # TODO(nednguyen): remove this and migrate the callsite to PathExists().
1519 Arguments are the same as PathExists.
1521 return self.PathExists(device_path, timeout=timeout, retries=retries)
1524 def PathExists(self, device_paths, as_root=False, timeout=None, retries=None): member in class:DeviceUtils
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dcros_platform_backend.py156 def PathExists(self, path, timeout=None, retries=None): member in class:CrosPlatformBackend
159 'PathExists: params timeout and retries are not support on CrOS.')
H A Dplatform_backend.py289 def PathExists(self, path, timeout=None, retries=None): member in class:PlatformBackend
H A Dandroid_platform_backend.py441 def PathExists(self, device_path, timeout=None, retries=None): member in class:AndroidPlatformBackend
444 devil.android.device_utils.DeviceUtils.PathExists.
446 return self._device.PathExists(
632 if not self._device.PathExists(profile_dir):
/external/libchrome/base/files/
H A Dfile_util_posix.cc267 if (PathExists(real_to_path)) {
365 bool PathExists(const FilePath& path) { function in namespace:base
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py465 if cached_result and not self.PathExists(cached_result):
1427 # TODO(nednguyen): remove this and migrate the callsite to PathExists().
1432 Arguments are the same as PathExists.
1434 return self.PathExists(device_path, timeout=timeout, retries=retries)
1437 def PathExists(self, device_paths, as_root=False, timeout=None, retries=None): member in class:DeviceUtils

Completed in 228 milliseconds