Home
last modified time | relevance | path

Searched refs:GetAppTempFolder (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h251 virtual bool GetAppTempFolder(Pathname* path) = 0;
393 static bool GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function
394 return EnsureDefaultFilesystem()->GetAppTempFolder(path); in GetAppTempFolder()
Dwin32filesystem.h109 virtual bool GetAppTempFolder(Pathname* path);
Dunixfilesystem.h101 virtual bool GetAppTempFolder(Pathname* path);
Dfileutils.cc222 if (!GetAppTempFolder(&path)) in DirectoryIterator()
Dunixfilesystem.cc454 bool UnixFilesystem::GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function in talk_base::UnixFilesystem
Dwin32filesystem.cc391 bool Win32Filesystem::GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function in talk_base::Win32Filesystem