Home
last modified time | relevance | path

Searched refs:GetShmemTempDir (Results 1 – 4 of 4) 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_posix.cc69 if (GetShmemTempDir(options.executable, &directory)) { in CreateAnonymousSharedMemory()
454 if (!GetShmemTempDir(false, &temp_dir)) in FilePathForMemoryName()
/external/libchrome/base/files/
Dfile_util.h426 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
Dfile_util_posix.cc860 bool GetShmemTempDir(bool executable, FilePath* path) { in GetShmemTempDir() function