HomeSort by relevance Sort by last modified time
    Searched refs:GetShmemTempDir (Results 1 - 4 of 4) 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_posix.cc 69 if (GetShmemTempDir(options.executable, &directory)) {
454 if (!GetShmemTempDir(false, &temp_dir))
  /external/libchrome/base/files/
file_util.h 426 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
file_util_posix.cc 860 bool GetShmemTempDir(bool executable, FilePath* path) {

Completed in 1113 milliseconds