Searched refs:IsTemporaryPath (Results 1 – 7 of 7) sorted by relevance
220 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;362 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function363 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname); in IsTemporaryPath()
85 virtual bool IsTemporaryPath(const Pathname& pathname);
75 virtual bool IsTemporaryPath(const Pathname& pathname);
169 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
226 if (!IsTemporaryPath(path)) { in DirectoryIterator()
290 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::UnixFilesystem
313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::Win32Filesystem