Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/ivserver/
Doptions.cc20 IVServerOptions::IVServerOptions(const std::string &shm_file_path, in IVServerOptions() argument
23 : shm_file_path(shm_file_path), in IVServerOptions()
28 out << "\nshm_file: " << options.shm_file_path in operator <<()
Doptions.h32 IVServerOptions(const std::string &shm_file_path,
42 const std::string shm_file_path; member
Divserver.cc31 : vsoc_shmem_(VSoCSharedMemory::New(options.shm_file_path)) { in IVServer()