Searched refs:command_line_file (Results 1 – 1 of 1) sorted by relevance
66 def command_line_file(self): member in _AndroidCommandLineBackend101 if self._device.PathExists(self.command_line_file):102 return self._device.ReadFile(self.command_line_file, as_root=True)107 self._device.WriteFile(self.command_line_file, contents, as_root=True)110 self._device.RunShellCommand(['rm', '-f', self.command_line_file],