OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsTemporaryPath
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
fileutils.h
201
virtual bool
IsTemporaryPath
(const Pathname& pathname) = 0;
343
static bool
IsTemporaryPath
(const Pathname& pathname) {
344
return EnsureDefaultFilesystem()->
IsTemporaryPath
(pathname);
fileutils_mock.h
201
bool
IsTemporaryPath
(const Pathname &pathname) {
unixfilesystem.cc
292
bool UnixFilesystem::
IsTemporaryPath
(const Pathname& pathname) {
win32filesystem.cc
297
bool Win32Filesystem::
IsTemporaryPath
(const Pathname& pathname) {
Completed in 102 milliseconds