Home
last modified time | relevance | path

Searched defs:IsTemporaryPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::Win32Filesystem
Dunixfilesystem.cc290 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function in talk_base::UnixFilesystem
Dfileutils.h362 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath() function