Searched refs:open_existing (Results 1 – 6 of 6) sorted by relevance
48 SharedMemoryCreateOptions() : name(NULL), size(0), open_existing(false), in SharedMemoryCreateOptions()63 bool open_existing; member135 bool CreateNamed(const std::string& name, bool open_existing, size_t size) { in CreateNamed() argument138 options.open_existing = open_existing; in CreateNamed()
141 DCHECK(!options.open_existing); in Create()170 if (fd == -1 && options.open_existing) { in Create()
130 if (!options.open_existing) { in Create()
101 bool open_existing, uint32 size) { in CreateNamed() argument116 DCHECK(!open_existing); in CreateNamed()132 if (fp == NULL && open_existing) { in CreateNamed()
82 bool open_existing, uint32 size) { in CreateNamed() argument107 if (!open_existing) { in CreateNamed()
91 bool CreateNamed(const std::string& name, bool open_existing, uint32 size);