Home
last modified time | relevance | path

Searched refs:GetTemporaryFolder (Results 1 – 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dpathutils.h149 inline bool GetTemporaryFolder(Pathname& path, bool create, in GetTemporaryFolder() function
154 return Filesystem::GetTemporaryFolder(path, create, &application_name) in GetTemporaryFolder()
165 if (!GetTemporaryFolder(path, false, "")) in CleanupTemporaryFolder()
Dfileutils.h224 virtual bool GetTemporaryFolder(Pathname &path, bool create,
366 static bool GetTemporaryFolder(Pathname &path, bool create, in GetTemporaryFolder() function
368 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append); in GetTemporaryFolder()
Dwin32filesystem.h100 virtual bool GetTemporaryFolder(Pathname &path, bool create,
Dunixfilesystem.h88 virtual bool GetTemporaryFolder(Pathname &path, bool create,
Dunixfilesystem.cc171 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder() function in talk_base::UnixFilesystem
469 if (!GetTemporaryFolder(*path, true, &folder)) in GetAppTempFolder()
Dwin32filesystem.cc214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder() function in talk_base::Win32Filesystem
395 return GetTemporaryFolder(*path, true, &filename); in GetAppTempFolder()
Dfileutils.cc242 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) { in DirectoryIterator()