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

  /external/chromium/base/
shared_memory_posix.cc 99 // of mem_filename after FilePathForMemoryName().
128 if (!FilePathForMemoryName(name, &path))
177 if (!FilePathForMemoryName(name, &path))
190 if (!FilePathForMemoryName(name, &path))
283 bool SharedMemory::FilePathForMemoryName(const std::string& mem_name,
shared_memory.h 190 bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);

Completed in 969 milliseconds