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

  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.h 79 virtual bool IsTemporaryPath(const Pathname& pathname);
win32filesystem.h 68 virtual bool IsTemporaryPath(const Pathname& pathname);
fileutils.h 205 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
347 static bool IsTemporaryPath(const Pathname& pathname) {
348 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
pathutils.h 152 if (!Filesystem::IsTemporaryPath(path)) {
fileutils.cc 217 if (!IsTemporaryPath(path)) {
fileutils_mock.h 201 bool IsTemporaryPath(const Pathname &pathname) {
unixfilesystem.cc 291 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) {
win32filesystem.cc 296 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) {

Completed in 2437 milliseconds