Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfileutils.h201 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
343 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function
344 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname); in IsTemporaryPath()
Dwin32filesystem.h68 virtual bool IsTemporaryPath(const Pathname& pathname);
Dunixfilesystem.h79 bool IsTemporaryPath(const Pathname& pathname) override;
Dfilerotatingstream_unittest.cc43 Filesystem::IsTemporaryPath(dir_path_)) { in TearDown()
202 Filesystem::IsTemporaryPath(dir_path_)) { in TearDown()
Dpathutils.h154 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
Dfileutils_mock.h201 bool IsTemporaryPath(const Pathname &pathname) { in IsTemporaryPath() function
Dfileutils.cc226 if (!IsTemporaryPath(path)) { in DirectoryIterator()
Dwin32filesystem.cc297 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in rtc::Win32Filesystem
Dunixfilesystem.cc292 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in rtc::UnixFilesystem