HomeSort by relevance Sort by last modified time
    Searched refs:GetShmemTempDir (Results 1 - 5 of 5) sorted by null

  /external/libmojo/base/files/
file_util_android.cc 12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
  /external/libchrome/base/memory/
shared_memory_helper.cc 37 if (!GetShmemTempDir(options.executable, &directory))
shared_memory_posix.cc 349 if (!GetShmemTempDir(false, &temp_dir))
  /external/libchrome/base/files/
file_util.h 435 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
file_util_posix.cc 926 bool GetShmemTempDir(bool executable, FilePath* path) {

Completed in 131 milliseconds