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

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

Completed in 1051 milliseconds