Searched defs:IsTemporaryPath (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
H A Dwin32filesystem.cc297 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { function in class:rtc::Win32Filesystem
H A Dfileutils.h201 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
343 static bool IsTemporaryPath(const Pathname& pathname) { function in class:rtc::Filesystem
344 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
H A Dfileutils_mock.h201 bool IsTemporaryPath(const Pathname &pathname) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc292 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { function in class:rtc::UnixFilesystem

Completed in 368 milliseconds