Searched refs:GetTemporaryFolder (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | pathutils.h | 149 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()
|
D | fileutils.h | 224 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()
|
D | win32filesystem.h | 100 virtual bool GetTemporaryFolder(Pathname &path, bool create,
|
D | unixfilesystem.h | 88 virtual bool GetTemporaryFolder(Pathname &path, bool create,
|
D | unixfilesystem.cc | 171 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder() function in talk_base::UnixFilesystem 469 if (!GetTemporaryFolder(*path, true, &folder)) in GetAppTempFolder()
|
D | win32filesystem.cc | 214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder() function in talk_base::Win32Filesystem 395 return GetTemporaryFolder(*path, true, &filename); in GetAppTempFolder()
|
D | fileutils.cc | 242 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) { in DirectoryIterator()
|