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

  /test/vts/drivers/shell/
ShellDriver.h 39 VtsShellDriver() { socket_address_.clear(); }
42 : socket_address_(socket_address) {}
46 if (!this->socket_address_.empty()) {
59 string socket_address_; member in class:android::vts::VtsShellDriver
ShellDriver.cpp 42 if (!this->socket_address_.empty()) {
43 result = unlink(this->socket_address_.c_str());
48 this->socket_address_.clear();
99 string temp_dir = GetDirFromFilePath(this->socket_address_);
194 if (this->socket_address_.empty()) {
199 cout << "[Driver] start listening on " << this->socket_address_ << endl;
212 unlink(this->socket_address_.c_str());
215 strncpy(address.sun_path, this->socket_address_.c_str(),

Completed in 156 milliseconds