Home
last modified time | relevance | path

Searched refs:IsTemporaryPath (Results 1 – 15 of 15) 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()
Dunixfilesystem.h75 virtual bool IsTemporaryPath(const Pathname& pathname);
Dwin32filesystem.h85 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
/external/chromium_org/third_party/libjingle/source/talk/base/
Dfileutils.h222 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
364 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function
365 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname); in IsTemporaryPath()
Dwin32filesystem.h85 virtual bool IsTemporaryPath(const Pathname& pathname);
Dunixfilesystem.h92 virtual bool IsTemporaryPath(const Pathname& pathname);
Dpathutils.h169 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
Dfileutils_mock.h218 bool IsTemporaryPath(const Pathname &pathname) { in IsTemporaryPath() function
Dfileutils.cc239 if (!IsTemporaryPath(path)) { in DirectoryIterator()
Dwin32filesystem.cc313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::Win32Filesystem
Dunixfilesystem.cc284 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::UnixFilesystem