Searched refs:name_deprecated (Results 1 – 5 of 5) sorted by relevance
27 options.name_deprecated == NULL ? "" : options.name_deprecated->c_str(), in Create()
46 : name_deprecated(NULL), in SharedMemoryCreateOptions()55 const std::string* name_deprecated; member145 options.name_deprecated = &name; in CreateNamedDeprecated()
136 if (options.name_deprecated == NULL || options.name_deprecated->empty()) { in Create()162 if (!FilePathForMemoryName(*options.name_deprecated, &path)) in Create()
116 name_ = ASCIIToWide(options.name_deprecated == NULL ? "" : in Create()117 *options.name_deprecated); in Create()
580 options.name_deprecated = &shared_mem_name; in TEST()