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

  /external/webrtc/webrtc/base/
win32filesystem.h 68 virtual bool IsTemporaryPath(const Pathname& pathname);
unixfilesystem.h 79 bool IsTemporaryPath(const Pathname& pathname) override;
fileutils.h 201 virtual bool IsTemporaryPath(const Pathname& pathname) = 0;
343 static bool IsTemporaryPath(const Pathname& pathname) {
344 return EnsureDefaultFilesystem()->IsTemporaryPath(pathname);
pathutils.h 154 if (!Filesystem::IsTemporaryPath(path)) {
filerotatingstream_unittest.cc 43 Filesystem::IsTemporaryPath(dir_path_)) {
202 Filesystem::IsTemporaryPath(dir_path_)) {
fileutils.cc 226 if (!IsTemporaryPath(path)) {
fileutils_mock.h 201 bool IsTemporaryPath(const Pathname &pathname) {
unixfilesystem.cc 292 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) {
win32filesystem.cc 297 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) {

Completed in 497 milliseconds