Home
last modified time | relevance | path

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

/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py1550 def WriteFile(self, device_path, contents, as_root=False, force_push=False, argument
1571 if not force_push and len(contents) < self._MAX_ADB_COMMAND_LENGTH:
Ddevice_utils_test.py1771 self.device.WriteFile('/path/to/device/file', contents, force_push=True)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1672 def WriteFile(self, device_path, contents, as_root=False, force_push=False, argument
1693 if not force_push and len(contents) < self._MAX_ADB_COMMAND_LENGTH:
Ddevice_utils_test.py1938 self.device.WriteFile('/path/to/device/file', contents, force_push=True)
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md617 force_push: A boolean indicating whether to force the operation to be