/external/angle/third_party/zlib/google/ |
D | zip.cc | 58 DCHECK(!path.IsAbsolute()); in Open() 77 DCHECK(!path.IsAbsolute()); in List() 95 DCHECK(!path.IsAbsolute()); in GetInfo()
|
D | zip_unittest.cc | 113 DCHECK(!path.IsAbsolute()); in List() 135 DCHECK(!path.IsAbsolute()); in GetInfo()
|
D | zip_reader.cc | 112 if (file_path_.IsAbsolute() || in EntryInfo()
|
/external/libchrome/base/files/ |
D | file_path_watcher.cc | 42 DCHECK(path.IsAbsolute()); in Watch()
|
D | file_path_watcher_fsevents.cc | 42 if (component.IsAbsolute()) { in ResolvePath() 50 if (target.IsAbsolute()) in ResolvePath()
|
D | file_path.h | 328 bool IsAbsolute() const;
|
D | file_path_watcher_linux.cc | 643 if (!link.IsAbsolute()) in AddWatchForBrokenSymlink()
|
D | file_path_unittest.cc | 397 TEST_F(FilePathTest, IsAbsolute) { in TEST_F() argument 459 bool observed = input.IsAbsolute(); in TEST_F()
|
D | file_path.cc | 534 bool FilePath::IsAbsolute() const { in IsAbsolute() function in base::FilePath
|
D | file_util_unittest.cc | 2354 EXPECT_TRUE(path.IsAbsolute()) << "$TMP=" << kTmpValues[i] << in TEST_F() 2479 ASSERT_TRUE(home.IsAbsolute()); in TEST_F()
|
/external/libbrillo/brillo/ |
D | file_utils.cc | 269 if (!path.IsAbsolute()) { in OpenSafely() 332 if (!path.IsAbsolute()) { in OpenFifoSafely() 361 if (!full_path.IsAbsolute() || itr == components.end()) { in MkdirRecursively()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 107 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable() 110 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable() 111 assert(!(IsDefined && IsAbsolute) && in Addressable() 127 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute() 132 uint64_t IsAbsolute : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 106 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable() 109 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable() 110 assert(!(IsDefined && IsAbsolute) && in Addressable() 126 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute() 131 uint64_t IsAbsolute : 1; variable
|
/external/libbrillo/brillo/timezone/ |
D | tzif_parser.cc | 104 if (tzif_path.IsAbsolute()) { in GetPosixTimezone()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | FileSpec.h | 263 bool IsAbsolute() const;
|
/external/llvm-project/lldb/source/Host/linux/ |
D | HostInfoLinux.cpp | 178 file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec)) in ComputeSupportExeDirectory()
|
/external/llvm-project/lldb/source/Utility/ |
D | FileSpec.cpp | 476 return !IsAbsolute(); in IsRelative() 479 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
|
/external/libchrome/base/ |
D | path_service.cc | 265 DCHECK(file_path.IsAbsolute()); in OverrideAndCreateIfNeeded()
|
D | path_service_unittest.cc | 156 EXPECT_TRUE(non_existent.IsAbsolute()); in TEST_F()
|
/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFile.cpp | 263 if (symbol_file_spec.IsAbsolute() && in LocateExecutableSymbolFile()
|
/external/zlib/google/ |
D | zip_reader.cc | 112 if (file_path_.IsAbsolute() || in EntryInfo()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 1248 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local 1249 if (IsAbsolute && IntNumBytes == 0) in emitFill() 1261 if (!IsAbsolute) in emitFill()
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 769 BOOLEAN IsAbsolute; member
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 80 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8); 82 if (IsAbsolute) 97 if (!IsAbsolute) {
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1778 if (remote_filename.IsAbsolute()) in LoadImageUsingPaths()
|