Home
last modified time | relevance | path

Searched defs:RunShellCommand (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/build/android/gyp/
Dcreate_device_library_links.py27 def RunShellCommand(device, cmd): function
/external/chromium_org/build/android/gyp/util/
Dbuild_device.py33 def RunShellCommand(self, *args, **kwargs): member in BuildDevice
/external/chromium_org/build/android/pylib/device/
Ddevice_utils.py284 def RunShellCommand(self, cmd, check_return=False, as_root=False, member in DeviceUtils
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dsystem_stub.py73 def RunShellCommand(self, args): member in AdbDevice
/external/lldb/source/Host/common/
DHost.cpp1368 Host::RunShellCommand (const char *command, in RunShellCommand() function in Host
/external/chromium_org/build/android/pylib/
Dandroid_commands.py700 def RunShellCommand(self, command, timeout_time=20, log_result=False): member in AndroidCommands