Searched refs:shm_file_path (Results 1 – 3 of 3) sorted by relevance
20 IVServerOptions::IVServerOptions(const std::string &shm_file_path, in IVServerOptions() argument23 : shm_file_path(shm_file_path), in IVServerOptions()28 out << "\nshm_file: " << options.shm_file_path in operator <<()
32 IVServerOptions(const std::string &shm_file_path,42 const std::string shm_file_path; member
31 : vsoc_shmem_(VSoCSharedMemory::New(options.shm_file_path)) { in IVServer()