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

  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.h 106 virtual bool GetAppTempFolder(Pathname* path);
win32filesystem.h 92 virtual bool GetAppTempFolder(Pathname* path);
filelock_unittest.cc 43 Filesystem::GetAppTempFolder(&temp_dir_);
fileutils.h 236 virtual bool GetAppTempFolder(Pathname* path) = 0;
238 // Delete the contents of the folder returned by GetAppTempFolder
378 static bool GetAppTempFolder(Pathname* path) {
379 return EnsureDefaultFilesystem()->GetAppTempFolder(path);
fileutils.cc 213 if (!GetAppTempFolder(&path))
fileutils_mock.h 236 bool GetAppTempFolder(Pathname *path) {
unixfilesystem.cc 475 bool UnixFilesystem::GetAppTempFolder(Pathname* path) {
win32filesystem.cc 374 bool Win32Filesystem::GetAppTempFolder(Pathname* path) {

Completed in 163 milliseconds