Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py2326 self.device.StatPath('/data/local/tmp/foo.txt'))
2333 self.device.StatPath('/data/local/tmp/some_dir'))
2340 self.device.StatPath('/data/local/tmp/some_dir/'))
2347 self.device.StatPath('/data/local/tmp/does.not.exist.txt')
Ddevice_utils.py2105 def StatPath(self, device_path, as_root=False, **kwargs): member in DeviceUtils
2154 entry = self.StatPath(device_path, as_root=as_root, **kwargs)
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md738 ### DeviceUtils.StatPath