Searched refs:GetShmemTempDir (Results 1 – 5 of 5) sorted by relevance
44 if (!GetShmemTempDir(options.executable, &directory)) in CreateAnonymousSharedMemory()
214 if (!GetShmemTempDir(false /* executable */, &directory)) in Create()
365 if (!GetShmemTempDir(false, &temp_dir)) in FilePathForMemoryName()
474 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
984 bool GetShmemTempDir(bool executable, FilePath* path) { in GetShmemTempDir() function