Home
last modified time | relevance | path

Searched refs:StatPath (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py1938 self.device.StatPath('/data/local/tmp/foo.txt'))
1945 self.device.StatPath('/data/local/tmp/some_dir'))
1952 self.device.StatPath('/data/local/tmp/some_dir/'))
1959 self.device.StatPath('/data/local/tmp/does.not.exist.txt')
Ddevice_utils.py1693 def StatPath(self, device_path, as_root=False, **kwargs): member in DeviceUtils
1742 entry = self.StatPath(device_path, as_root=as_root, **kwargs)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py2105 self.device.StatPath('/data/local/tmp/foo.txt'))
2112 self.device.StatPath('/data/local/tmp/some_dir'))
2119 self.device.StatPath('/data/local/tmp/some_dir/'))
2126 self.device.StatPath('/data/local/tmp/does.not.exist.txt')
Ddevice_utils.py1815 def StatPath(self, device_path, as_root=False, **kwargs): member in DeviceUtils
1864 entry = self.StatPath(device_path, as_root=as_root, **kwargs)
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md700 ### DeviceUtils.StatPath