Searched refs:IsTemporaryPath (Results 1 - 15 of 15) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.h75 virtual bool IsTemporaryPath(const Pathname& pathname);
H A Dwin32filesystem.h85 virtual bool IsTemporaryPath(const Pathname& pathname);
H A Dfileutils.h220 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
362 static bool IsTemporaryPath(const Pathname& pathname) { function in class:talk_base::Filesystem
363 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
H A Dpathutils.h169 if (!Filesystem::IsTemporaryPath(path)) {
H A Dfileutils.cc226 if (!IsTemporaryPath(path)) {
H A Dunixfilesystem.cc290 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { function in class:talk_base::Win32Filesystem
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.h85 virtual bool IsTemporaryPath(const Pathname& pathname);
H A Dunixfilesystem.h92 virtual bool IsTemporaryPath(const Pathname& pathname);
H A Dfileutils.h222 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
364 static bool IsTemporaryPath(const Pathname& pathname) { function in class:talk_base::Filesystem
365 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
H A Dpathutils.h169 if (!Filesystem::IsTemporaryPath(path)) {
H A Dfileutils.cc239 if (!IsTemporaryPath(path)) {
H A Dfileutils_mock.h218 bool IsTemporaryPath(const Pathname &pathname) { function in class:talk_base::FakeFileSystem
H A Dunixfilesystem.cc284 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { function in class:talk_base::Win32Filesystem

Completed in 156 milliseconds