Searched refs:socket_port_flie_path (Results 1 – 1 of 1) sorted by relevance
127 string socket_port_flie_path = GetSocketPortFilePath(service_name); local129 if (stat(socket_port_flie_path.c_str(), &file_stat) == 0 // file exists130 && 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());