Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py218 device.RunShellCommand('rm -rf %s/*' % device.GetExternalStoragePath(),
232 device.RunShellCommand('rm -rf %s/*' % device.GetExternalStoragePath(),
521 device.adb, suffix='.sh', dir=device.GetExternalStoragePath()) as f:
529 device.adb, suffix='.sh', dir=device.GetExternalStoragePath()) as f:
Dvideo_recorder.py47 '%s/screen-recording.mp4' % device.GetExternalStoragePath())
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py335 self.device.GetExternalStoragePath())
341 self.device.GetExternalStoragePath()
430 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
444 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
461 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
463 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
465 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
467 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
469 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
483 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
[all …]
Ddevice_utils.py424 def GetExternalStoragePath(self, timeout=None, retries=None): member in DeviceUtils
550 self.RunShellCommand(['test', '-d', self.GetExternalStoragePath()],
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py357 self.device.GetExternalStoragePath())
363 self.device.GetExternalStoragePath()
462 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
476 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
493 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
495 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
497 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
499 (self.call.device.GetExternalStoragePath(), self.AdbCommandError()),
501 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
515 (self.call.device.GetExternalStoragePath(), '/fake/storage/path'),
[all …]
Ddevice_utils.py488 def GetExternalStoragePath(self, timeout=None, retries=None): member in DeviceUtils
616 self.RunShellCommand(['test', '-d', self.GetExternalStoragePath()],
/external/libmojo/third_party/catapult/devil/devil/android/tools/
Dvideo_recorder.py45 '%s/screen-recording.mp4' % device.GetExternalStoragePath())
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md136 ### DeviceUtils.GetExternalStoragePath