Home
last modified time | relevance | path

Searched refs:GetShmemTempDir (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/memory/
Dshared_memory_helper.cc44 if (!GetShmemTempDir(options.executable, &directory)) in CreateAnonymousSharedMemory()
Dplatform_shared_memory_region_posix.cc214 if (!GetShmemTempDir(false /* executable */, &directory)) in Create()
Dshared_memory_posix.cc365 if (!GetShmemTempDir(false, &temp_dir)) in FilePathForMemoryName()
/external/libchrome/base/files/
Dfile_util.h474 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
Dfile_util_posix.cc984 bool GetShmemTempDir(bool executable, FilePath* path) { in GetShmemTempDir() function