HomeSort by relevance Sort by last modified time
    Searched refs:IsTemporaryPath (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 75 virtual bool IsTemporaryPath(const Pathname& pathname);
win32filesystem.h 85 virtual bool IsTemporaryPath(const Pathname& pathname);
fileutils.h 220 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
362 static bool IsTemporaryPath(const Pathname& pathname) {
363 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
pathutils.h 169 if (!Filesystem::IsTemporaryPath(path)) {
fileutils.cc 226 if (!IsTemporaryPath(path)) {
unixfilesystem.cc 290 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) {
win32filesystem.cc 313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) {

Completed in 55 milliseconds