Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dshared_memory_posix.cc224 if (!FilePathForMemoryName(*options.name_deprecated, &path)) in Create()
312 if (!FilePathForMemoryName(name, &path)) in Delete()
324 if (!FilePathForMemoryName(name, &path)) in Open()
446 bool SharedMemory::FilePathForMemoryName(const std::string& mem_name, in FilePathForMemoryName() function in base::SharedMemory
Dshared_memory.h254 bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);