HomeSort by relevance Sort by last modified time
    Searched refs:VtsShellDriver (Results 1 - 4 of 4) sorted by null

  /test/vts/drivers/shell/
ShellDriver.h 35 class VtsShellDriver {
37 VtsShellDriver() { socket_address_.clear(); }
39 explicit VtsShellDriver(const char* socket_address)
42 ~VtsShellDriver() {
ShellDriver.cpp 16 #define LOG_TAG "VtsShellDriver"
39 int VtsShellDriver::Close() {
53 CommandResult* VtsShellDriver::ExecShellCommandPopen(const string& command) {
91 CommandResult* VtsShellDriver::ExecShellCommandNohup(const string& command) {
137 int VtsShellDriver::ExecShellCommand(
151 int VtsShellDriver::HandleShellCommandConnection(int connection_fd) {
200 int VtsShellDriver::StartListen() {
270 long VtsShellDriver::GetFileSize(const char* filename) {
ShellDriverMain.cpp 80 android::vts::VtsShellDriver shellDriver(socket_path.c_str());
ShellDriverTest.cpp 130 VtsShellDriver shellDriver(socket_address.c_str());

Completed in 66 milliseconds