HomeSort by relevance Sort by last modified time
    Searched defs:IsTemporaryPath (Results 1 - 7 of 7) 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) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 222 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
364 static bool IsTemporaryPath(const Pathname& pathname) {
365 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
fileutils_mock.h 218 bool IsTemporaryPath(const Pathname &pathname) {
unixfilesystem.cc 284 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) {
win32filesystem.cc 313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) {

Completed in 806 milliseconds