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

  /external/chromium/third_party/libjingle/source/talk/base/
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);
unixfilesystem.cc 454 bool UnixFilesystem::GetAppTempFolder(Pathname* path) {
win32filesystem.cc 391 bool Win32Filesystem::GetAppTempFolder(Pathname* path) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 253 virtual bool GetAppTempFolder(Pathname* path) = 0;
255 // Delete the contents of the folder returned by GetAppTempFolder
395 static bool GetAppTempFolder(Pathname* path) {
396 return EnsureDefaultFilesystem()->GetAppTempFolder(path);
fileutils_mock.h 253 bool GetAppTempFolder(Pathname *path) {
unixfilesystem.cc 461 bool UnixFilesystem::GetAppTempFolder(Pathname* path) {
win32filesystem.cc 391 bool Win32Filesystem::GetAppTempFolder(Pathname* path) {

Completed in 28 milliseconds