Home
last modified time | relevance | path

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

/test/vts/agents/hal/
DAgentRequestHandler.cpp127 string socket_port_flie_path = GetSocketPortFilePath(service_name); local
129 if (stat(socket_port_flie_path.c_str(), &file_stat) == 0 // file exists
130 && remove(socket_port_flie_path.c_str()) == -1) {
131 LOG(ERROR) << socket_port_flie_path << " delete error";
165 driver_binary_path.c_str(), socket_port_flie_path.c_str(),
182 driver_binary_path.c_str(), socket_port_flie_path.c_str(),
209 socket_port_flie_path.c_str());