Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/ivserver/
Doptions.cc21 const std::string &qemu_socket_path, in IVServerOptions() argument
24 qemu_socket_path(qemu_socket_path), in IVServerOptions()
29 << "\nqemu_socket_path: " << options.qemu_socket_path in operator <<()
Divserver.cc35 LOG_IF(WARNING, unlink(options.qemu_socket_path.c_str()) == 0) in IVServer()
36 << "Removed existing unix socket: " << options.qemu_socket_path in IVServer()
39 options.qemu_socket_path.c_str(), false, SOCK_STREAM, 0666); in IVServer()
Doptions.h33 const std::string &qemu_socket_path,
43 const std::string qemu_socket_path; member