Home
last modified time | relevance | path

Searched refs:IsTemporaryPath (Results 1 – 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h220 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
362 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function
363 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname); in IsTemporaryPath()
Dwin32filesystem.h85 virtual bool IsTemporaryPath(const Pathname& pathname);
Dunixfilesystem.h75 virtual bool IsTemporaryPath(const Pathname& pathname);
Dpathutils.h169 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
Dfileutils.cc226 if (!IsTemporaryPath(path)) { in DirectoryIterator()
Dunixfilesystem.cc290 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::UnixFilesystem
Dwin32filesystem.cc313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::Win32Filesystem