Home
last modified time | relevance | path

Searched defs:as_root (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py790 as_root=False, single_line=False, large_output=False, argument
946 as_root=False, blocking=False, quiet=False, argument
1458 def PathExists(self, device_paths, as_root=False, timeout=None, retries=None): argument
1522 def ReadFile(self, device_path, as_root=False, force_pull=False, argument
1571 def WriteFile(self, device_path, contents, as_root=False, force_push=False, argument
1612 def _ParseLongLsOutput(self, device_path, as_root=False, **kwargs): argument
1632 def ListDirectory(self, device_path, as_root=False, **kwargs): argument
1659 def StatDirectory(self, device_path, as_root=False, **kwargs): argument
1714 def StatPath(self, device_path, as_root=False, **kwargs): argument
1740 def FileSize(self, device_path, as_root=False, **kwargs): argument
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py97 def ReadFile(self, device_path, as_root=False): argument