/external/webrtc/webrtc/base/ |
D | fileutils_unittest.cc | 40 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()
|
D | fileutils.h | 168 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()
|
D | win32filesystem.cc | 184 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
|
D | unixfilesystem.cc | 154 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
|
D | win32filesystem.h | 61 virtual bool IsFile(const Pathname &path);
|
D | unixfilesystem.h | 82 bool IsFile(const Pathname& pathname) override;
|
D | filerotatingstream.cc | 286 if (Filesystem::IsFile(file_to_delete)) { in RotateFiles() 294 if (Filesystem::IsFile(unrotated_name)) { in RotateFiles()
|
D | filerotatingstream_unittest.cc | 142 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i))); in TEST_F() 147 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i))); in TEST_F()
|
D | fileutils_mock.h | 193 bool IsFile(const Pathname &pathname) { in IsFile() function
|
D | fileutils.cc | 268 if (!Filesystem::IsFile(pathname)) { in DirectoryIterator()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | google_auth_provider.cc | 79 bool IsFile(const string& filename) { in IsFile() function 90 if (!result || !IsFile(result)) { in GetEnvironmentVariableFileName() 116 if (!IsFile(result)) { in GetWellKnownFileName()
|
/external/swiftshader/tests/regres/util/ |
D | util.go | 23 func IsFile(path string) bool { func
|
/external/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument 37 Data.IsDirectory = !IsFile; in InjectFileOrDirectory()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 26 bool IsFile(const std::string &Path) { in IsFile() function
|
D | FuzzerInternal.h | 85 bool IsFile(const std::string &Path);
|
D | FuzzerDriver.cpp | 264 if (!IsFile(Path)) in AllInputsAreFiles()
|
/external/mesa3d/src/hgl/ |
D | GLRendererRoster.cpp | 148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
|
/external/webrtc/talk/media/devices/ |
D | devicemanager.cc | 168 if (rtc::Filesystem::IsFile(name)) { in GetFakeVideoCaptureDevice()
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 161 if !util.IsFile(exe) {
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 334 if p := path.Join(srcDir, deqpConfigRelPath); !util.IsFile(p) { 1175 if path := filepath.Join(t.srcDir, relPath); util.IsFile(path) { 1185 if path := filepath.Join(wd, relPath); util.IsFile(path) {
|
/external/clang/lib/Format/ |
D | Format.cpp | 1743 bool IsFile = in getStyle() local 1745 if (!IsFile) { in getStyle() 1751 IsFile = Status && in getStyle() 1755 if (IsFile) { in getStyle()
|