OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTemporaryFolder
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
pathutils.h
149
inline bool
GetTemporaryFolder
(Pathname& path, bool create,
154
return Filesystem::
GetTemporaryFolder
(path, create, &application_name)
165
if (!
GetTemporaryFolder
(path, false, ""))
unixfilesystem.h
88
virtual bool
GetTemporaryFolder
(Pathname &path, bool create,
win32filesystem.h
100
virtual bool
GetTemporaryFolder
(Pathname &path, bool create,
fileutils.h
224
virtual bool
GetTemporaryFolder
(Pathname &path, bool create,
366
static bool
GetTemporaryFolder
(Pathname &path, bool create,
368
return EnsureDefaultFilesystem()->
GetTemporaryFolder
(path, create, append);
unixfilesystem.cc
171
bool UnixFilesystem::
GetTemporaryFolder
(Pathname &pathname, bool create,
469
if (!
GetTemporaryFolder
(*path, true, &folder))
win32filesystem.cc
214
bool Win32Filesystem::
GetTemporaryFolder
(Pathname &pathname, bool create,
395
return
GetTemporaryFolder
(*path, true, &filename);
fileutils.cc
242
if (!Filesystem::
GetTemporaryFolder
(temporary_path, true, NULL)) {
Completed in 5677 milliseconds