Home
last modified time | relevance | path

Searched refs:capture_shell_command (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dfastdeploycallbacks.h38 int capture_shell_command(const char* command, std::vector<char>* outBuffer,
Dfastdeploycallbacks.cpp49 int capture_shell_command(const char* command, std::vector<char>* outBuffer, in capture_shell_command() function
Dfastdeploy.cpp45 int statusCode = capture_shell_command("/data/local/tmp/deployagent version", in get_agent_version()
61 int statusCode = capture_shell_command("getprop ro.build.version.sdk", &sdkVersionOutputBuffer, in get_device_api_level()