HomeSort by relevance Sort by last modified time
    Searched refs:path_exists (Results 1 - 19 of 19) sorted by null

  /external/autotest/client/cros/faft/utils/
rootfs_handler.py 57 assert not self.os_if.path_exists(_DM_DEV_PATH)
60 assert self.os_if.path_exists(_DM_DEV_PATH)
71 if self.os_if.path_exists(_DM_DEV_PATH):
os_interface.py 151 def path_exists(self, path): member in class:OSInterface
269 if self.path_exists('/dev/mmcblk0'):
saft_flashrom_util.py 236 if self.os_if.path_exists(filename):
  /external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
platform_CompromisedStatefulPartition.py 45 if host.path_exists(self.OOBE_FILE):
53 if not host.path_exists(new_file):
  /external/autotest/site_utils/
lxc_utils.py 14 def path_exists(path): function
lxc_config.py 150 if lxc_utils.path_exists(self.tmp_append):
165 if not lxc_utils.path_exists(deploy_config.source):
177 if not lxc_utils.path_exists(target_dir):
lxc.py 148 not lxc_utils.path_exists(os.path.join(container_path, name,
724 if lxc_utils.path_exists(container_folder) and force_cleanup:
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
example_test.py 89 '''Test example.path_exists()
97 self.assertFalse(example.path_exists('/test/empty.txt'))
99 self.assertTrue(example.path_exists('/test/empty.txt'))
example.py 87 def path_exists(path): function
92 >>> path_exists('/test')
95 >>> path_exists('/test')
98 >>> path_exists('/test/file.txt')
101 >>> path_exists('/test/file.txt')
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
kernel_ExternalUsbPeripheralsDetectionStress.py 128 lambda: self.host.path_exists(devicePath),
145 lambda: not self.host.path_exists(devicePath),
  /external/autotest/server/
test.py 130 if not autodir or not self.host.path_exists(autodir):
134 if not self.host.path_exists(self.outputdir):
profilers.py 81 if host.path_exists(profiler_dir):
  /system/vold/
Ext4Crypt.cpp 310 static bool path_exists(const std::string& path) { function
318 if (path_exists(key_path)) {
322 if (path_exists(tmp_path)) {
446 if (path_exists(device_key_path)) {
478 if (!path_exists(get_de_key_path(0))) {
538 if (path_exists(de_key_path)) {
  /external/chromium-trace/catapult/third_party/coverage/coverage/
cmdline.py 395 self.path_exists = _path_exists or os.path.exists
629 if self.path_exists(data_file):
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 193 def path_exists(self, x): return os.path.exists(x) member in class:Hooks
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 193 def path_exists(self, x): return os.path.exists(x) member in class:Hooks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 193 def path_exists(self, x): return os.path.exists(x) member in class:Hooks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 193 def path_exists(self, x): return os.path.exists(x) member in class:Hooks

Completed in 484 milliseconds