Home
last modified time | relevance | path

Searched refs:FilePathForMemoryName (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/memory/
Dshared_memory_posix.cc144 if (!FilePathForMemoryName(*options.name_deprecated, &path)) in Create()
233 if (!FilePathForMemoryName(name, &path)) in Delete()
245 if (!FilePathForMemoryName(name, &path)) in Open()
341 bool SharedMemory::FilePathForMemoryName(const std::string& mem_name, in FilePathForMemoryName() function in base::SharedMemory
Dshared_memory.h276 bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);