Searched refs:SharedMemoryName (Results 1 – 2 of 2) sorted by relevance
58 std::string SharedMemoryName; in reserve() local63 SharedMemoryName = SharedMemoryNameStream.str(); in reserve()68 reinterpret_cast<const uint8_t *>(SharedMemoryName.c_str()), in reserve()69 SharedMemoryName.size()); in reserve()82 shm_open(SharedMemoryName.c_str(), O_RDWR | O_CREAT | O_EXCL, 0700); in reserve()99 std::string SharedMemoryName; in reserve()104 SharedMemoryName = SharedMemoryNameStream.str(); in reserve()107 std::wstring WideSharedMemoryName(SharedMemoryName.begin(), in reserve()108 SharedMemoryName.end()); in reserve()133 std::move(SharedMemoryName)); in reserve()
239 std::string SharedMemoryName; in reserve() local240 std::tie(RemoteAddr, SharedMemoryName) = std::move(*Result); in reserve()248 reinterpret_cast<const uint8_t *>(SharedMemoryName.c_str()), in reserve()249 SharedMemoryName.size()); in reserve()264 int SharedMemoryFile = shm_open(SharedMemoryName.c_str(), O_RDWR, 0700); in reserve()270 shm_unlink(SharedMemoryName.c_str()); in reserve()283 std::wstring WideSharedMemoryName(SharedMemoryName.begin(), in reserve()284 SharedMemoryName.end()); in reserve()