Home
last modified time | relevance | path

Searched refs:GetExternalStoragePath (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py219 'rm -rf %s/*' % device.GetExternalStoragePath(),
235 'rm -rf %s/*' % device.GetExternalStoragePath(),
528 device.adb, suffix='.sh', dir=device.GetExternalStoragePath()) as f:
537 device.adb, suffix='.sh', dir=device.GetExternalStoragePath()) as f:
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py409 self.device.GetExternalStoragePath())
414 self.device.GetExternalStoragePath()
656 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
669 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
685 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
701 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
716 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
718 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
720 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
722 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
[all …]
Ddevice_utils.py668 def GetExternalStoragePath(self, timeout=None, retries=None): member in DeviceUtils
713 return posixpath.join(self.GetExternalStoragePath(), 'Download')
714 return self.GetExternalStoragePath()
1026 ['test', '-d', self.GetExternalStoragePath()], check_return=True)
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md300 ### DeviceUtils.GetExternalStoragePath