HomeSort by relevance Sort by last modified time
    Searched defs:GetTemporaryFolder (Results 1 - 9 of 9) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 149 inline bool GetTemporaryFolder(Pathname& path, bool create,
154 return Filesystem::GetTemporaryFolder(path, create, &application_name)
165 if (!GetTemporaryFolder(path, false, ""))
fileutils.h 224 virtual bool GetTemporaryFolder(Pathname &path, bool create,
366 static bool GetTemporaryFolder(Pathname &path, bool create,
368 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append);
unixfilesystem.cc 171 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create,
469 if (!GetTemporaryFolder(*path, true, &folder))
win32filesystem.cc 214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
395 return GetTemporaryFolder(*path, true, &filename);
  /external/chromium_org/third_party/libjingle/source/talk/base/
pathutils.h 149 inline bool GetTemporaryFolder(Pathname& path, bool create,
154 return Filesystem::GetTemporaryFolder(path, create, &application_name)
165 if (!GetTemporaryFolder(path, false, ""))
fileutils.h 226 virtual bool GetTemporaryFolder(Pathname &path, bool create,
368 static bool GetTemporaryFolder(Pathname &path, bool create,
370 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append);
fileutils_mock.h 222 bool GetTemporaryFolder(Pathname &path, bool create,
unixfilesystem.cc 164 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create,
481 if (!GetTemporaryFolder(*path, true, &folder))
win32filesystem.cc 214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
395 return GetTemporaryFolder(*path, true, &filename);

Completed in 355 milliseconds