Home
last modified time | relevance | path

Searched refs:IsFile (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/base/
Dfileutils_unittest.cc40 EXPECT_TRUE(Filesystem::IsFile(path)); in TEST()
49 EXPECT_FALSE(Filesystem::IsFile(path)); in TEST()
58 EXPECT_FALSE(Filesystem::IsFile(path)); in TEST()
95 EXPECT_FALSE(Filesystem::IsFile(path)); in TEST()
Dfileutils.h168 if (IsFile(old_path)) { in MoveFileOrFolder()
184 if (IsFile(old_path)) in CopyFileOrFolder()
194 virtual bool IsFile(const Pathname& pathname) = 0;
335 static bool IsFile(const Pathname &pathname) { in IsFile() function
336 return EnsureDefaultFilesystem()->IsFile(pathname); in IsFile()
Dwin32filesystem.cc184 if (!IsFile(filename)) { in DeleteFile()
185 ASSERT(IsFile(filename)); in DeleteFile()
233 if (!IsFile(old_path)) { in MoveFile()
234 ASSERT(IsFile(old_path)); in MoveFile()
274 bool Win32Filesystem::IsFile(const Pathname &path) { in IsFile() function in rtc::Win32Filesystem
Dunixfilesystem.cc154 if (!IsFile(filename)) { in DeleteFile()
155 ASSERT(IsFile(filename)); in DeleteFile()
224 if (!IsFile(old_path)) { in MoveFile()
225 ASSERT(IsFile(old_path)); in MoveFile()
315 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile() function in rtc::UnixFilesystem
Dwin32filesystem.h61 virtual bool IsFile(const Pathname &path);
Dfilerotatingstream.cc286 if (Filesystem::IsFile(file_to_delete)) { in RotateFiles()
294 if (Filesystem::IsFile(unrotated_name)) { in RotateFiles()
Dunixfilesystem.h82 bool IsFile(const Pathname& pathname) override;
Dfilerotatingstream_unittest.cc142 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i))); in TEST_F()
147 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i))); in TEST_F()
Dfileutils_mock.h193 bool IsFile(const Pathname &pathname) { in IsFile() function
Dfileutils.cc268 if (!Filesystem::IsFile(pathname)) { in DirectoryIterator()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc78 bool IsFile(const string& filename) { in IsFile() function
89 if (!result || !IsFile(result)) { in GetEnvironmentVariableFileName()
115 if (!IsFile(result)) { in GetWellKnownFileName()
/external/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument
37 Data.IsDirectory = !IsFile; in InjectFileOrDirectory()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp26 bool IsFile(const std::string &Path) { in IsFile() function
DFuzzerInternal.h85 bool IsFile(const std::string &Path);
DFuzzerDriver.cpp264 if (!IsFile(Path)) in AllInputsAreFiles()
/external/mesa3d/src/hgl/
DGLRendererRoster.cpp148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
/external/webrtc/talk/media/devices/
Ddevicemanager.cc168 if (rtc::Filesystem::IsFile(name)) { in GetFakeVideoCaptureDevice()
/external/clang/lib/Format/
DFormat.cpp1743 bool IsFile = in getStyle() local
1745 if (!IsFile) { in getStyle()
1751 IsFile = Status && in getStyle()
1755 if (IsFile) { in getStyle()