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

  /external/libchrome/base/memory/
shared_memory_posix.cc 120 // of mem_filename after FilePathForMemoryName().
144 if (!FilePathForMemoryName(*options.name_deprecated, &path))
233 if (!FilePathForMemoryName(name, &path))
245 if (!FilePathForMemoryName(name, &path))
341 bool SharedMemory::FilePathForMemoryName(const std::string& mem_name,
shared_memory.h 276 bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);

Completed in 133 milliseconds