Home
last modified time | relevance | path

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

/external/libmojo/base/files/
Dfile_util_android.cc12 bool GetShmemTempDir(bool executable, base::FilePath* path) { in GetShmemTempDir() function
/external/libchrome/base/memory/
Dshared_memory_helper.cc37 if (!GetShmemTempDir(options.executable, &directory)) in CreateAnonymousSharedMemory()
Dshared_memory_posix.cc349 if (!GetShmemTempDir(false, &temp_dir)) in FilePathForMemoryName()
/external/libchrome/base/files/
Dfile_util.h435 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
Dfile_util_posix.cc926 bool GetShmemTempDir(bool executable, FilePath* path) { in GetShmemTempDir() function