Searched refs:GetShmemTempDir (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util_android.cc12 bool GetShmemTempDir(bool executable, base::FilePath* path) { function in namespace:base
H A Dfile_util.h410 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
H A Dfile_util_posix.cc816 bool GetShmemTempDir(bool executable, FilePath* path) { function in namespace:base
H A Dfile_util_unittest.cc1724 EXPECT_TRUE(GetShmemTempDir(false, &dir));
/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer_posix.cc52 if (!base::GetShmemTempDir(false, &shared_buffer_dir)) {
/external/chromium_org/base/memory/
H A Dshared_memory_posix.cc142 if (GetShmemTempDir(options.executable, &directory))
409 if (!GetShmemTempDir(false, &temp_dir))

Completed in 177 milliseconds