HomeSort by relevance Sort by last modified time
    Searched refs:GetAppTempFolder (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 101 virtual bool GetAppTempFolder(Pathname* path);
win32filesystem.h 109 virtual bool GetAppTempFolder(Pathname* path);
fileutils.h 251 virtual bool GetAppTempFolder(Pathname* path) = 0;
253 // Delete the contents of the folder returned by GetAppTempFolder
393 static bool GetAppTempFolder(Pathname* path) {
394 return EnsureDefaultFilesystem()->GetAppTempFolder(path);
fileutils.cc 222 if (!GetAppTempFolder(&path))
unixfilesystem.cc 454 bool UnixFilesystem::GetAppTempFolder(Pathname* path) {
win32filesystem.cc 391 bool Win32Filesystem::GetAppTempFolder(Pathname* path) {

Completed in 284 milliseconds