HomeSort by relevance Sort by last modified time
    Searched refs:FilePathForMemoryName (Results 1 - 4 of 4) 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);
  /external/chromium_org/base/memory/
shared_memory_posix.cc 118 // of mem_filename after FilePathForMemoryName().
150 if (!FilePathForMemoryName(*options.name, &path))
236 if (!FilePathForMemoryName(name, &path))
248 if (!FilePathForMemoryName(name, &path))
362 bool SharedMemory::FilePathForMemoryName(const std::string& mem_name,
shared_memory.h 236 bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);

Completed in 329 milliseconds