HomeSort by relevance Sort by last modified time
    Searched refs:FilePathForMemoryName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/memory/
shared_memory_posix.cc 118 // of mem_filename after FilePathForMemoryName().
162 if (!FilePathForMemoryName(*options.name_deprecated, &path))
254 if (!FilePathForMemoryName(name, &path))
266 if (!FilePathForMemoryName(name, &path))
401 bool SharedMemory::FilePathForMemoryName(const std::string& mem_name,
shared_memory.h 272 bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);

Completed in 198 milliseconds