OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsTemporaryPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.h
220
virtual bool
IsTemporaryPath
(const Pathname& pathname) = 0;
362
static bool
IsTemporaryPath
(const Pathname& pathname) {
363
return EnsureDefaultFilesystem()->
IsTemporaryPath
(pathname);
unixfilesystem.cc
290
bool UnixFilesystem::
IsTemporaryPath
(const Pathname& pathname) {
win32filesystem.cc
313
bool Win32Filesystem::
IsTemporaryPath
(const Pathname& pathname) {
Completed in 642 milliseconds