Searched refs:IsTemporaryPath (Results 1 – 9 of 9) sorted by relevance
201 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;343 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function344 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname); in IsTemporaryPath()
68 virtual bool IsTemporaryPath(const Pathname& pathname);
79 bool IsTemporaryPath(const Pathname& pathname) override;
43 Filesystem::IsTemporaryPath(dir_path_)) { in TearDown()202 Filesystem::IsTemporaryPath(dir_path_)) { in TearDown()
154 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
201 bool IsTemporaryPath(const Pathname &pathname) { in IsTemporaryPath() function
226 if (!IsTemporaryPath(path)) { in DirectoryIterator()
297 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in rtc::Win32Filesystem
292 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in rtc::UnixFilesystem