OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAppTempFolder
(Results
1 - 3
of
3
) 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) {
Completed in 191 milliseconds