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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.h68 virtual bool IsTemporaryPath(const Pathname& pathname);
H A Dunixfilesystem.h79 virtual bool IsTemporaryPath(const Pathname& pathname);
H A Dfileutils.h205 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
347 static bool IsTemporaryPath(const Pathname& pathname) { function in class:rtc::Filesystem
348 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
H A Dpathutils.h152 if (!Filesystem::IsTemporaryPath(path)) {
H A Dfileutils.cc217 if (!IsTemporaryPath(path)) {
H A Dfileutils_mock.h201 bool IsTemporaryPath(const Pathname &pathname) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc291 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { function in class:rtc::UnixFilesystem
H A Dwin32filesystem.cc296 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { function in class:rtc::Win32Filesystem

Completed in 483 milliseconds