Searched refs:qemu_socket_path (Results 1 – 3 of 3) sorted by relevance
21 const std::string &qemu_socket_path, in IVServerOptions() argument24 qemu_socket_path(qemu_socket_path), in IVServerOptions()29 << "\nqemu_socket_path: " << options.qemu_socket_path in operator <<()
35 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()
33 const std::string &qemu_socket_path,43 const std::string qemu_socket_path; member