Home
last modified time | relevance | path

Searched refs:IsAbsolute (Results 1 – 25 of 25) sorted by relevance

/external/angle/third_party/zlib/google/
Dzip.cc58 DCHECK(!path.IsAbsolute()); in Open()
77 DCHECK(!path.IsAbsolute()); in List()
95 DCHECK(!path.IsAbsolute()); in GetInfo()
Dzip_unittest.cc113 DCHECK(!path.IsAbsolute()); in List()
135 DCHECK(!path.IsAbsolute()); in GetInfo()
Dzip_reader.cc112 if (file_path_.IsAbsolute() || in EntryInfo()
/external/libchrome/base/files/
Dfile_path_watcher.cc42 DCHECK(path.IsAbsolute()); in Watch()
Dfile_path_watcher_fsevents.cc42 if (component.IsAbsolute()) { in ResolvePath()
50 if (target.IsAbsolute()) in ResolvePath()
Dfile_path.h328 bool IsAbsolute() const;
Dfile_path_watcher_linux.cc643 if (!link.IsAbsolute()) in AddWatchForBrokenSymlink()
Dfile_path_unittest.cc397 TEST_F(FilePathTest, IsAbsolute) { in TEST_F() argument
459 bool observed = input.IsAbsolute(); in TEST_F()
Dfile_path.cc534 bool FilePath::IsAbsolute() const { in IsAbsolute() function in base::FilePath
Dfile_util_unittest.cc2354 EXPECT_TRUE(path.IsAbsolute()) << "$TMP=" << kTmpValues[i] << in TEST_F()
2479 ASSERT_TRUE(home.IsAbsolute()); in TEST_F()
/external/libbrillo/brillo/
Dfile_utils.cc269 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/
DJITLink.h107 : 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/
DJITLink.h106 : 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/
Dtzif_parser.cc104 if (tzif_path.IsAbsolute()) { in GetPosixTimezone()
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h263 bool IsAbsolute() const;
/external/llvm-project/lldb/source/Host/linux/
DHostInfoLinux.cpp178 file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec)) in ComputeSupportExeDirectory()
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp476 return !IsAbsolute(); in IsRelative()
479 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/external/libchrome/base/
Dpath_service.cc265 DCHECK(file_path.IsAbsolute()); in OverrideAndCreateIfNeeded()
Dpath_service_unittest.cc156 EXPECT_TRUE(non_existent.IsAbsolute()); in TEST_F()
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp263 if (symbol_file_spec.IsAbsolute() && in LocateExecutableSymbolFile()
/external/zlib/google/
Dzip_reader.cc112 if (file_path_.IsAbsolute() || in EntryInfo()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1248 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/
Dwindows_winusb.h769 BOOLEAN IsAbsolute; member
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc80 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);
82 if (IsAbsolute)
97 if (!IsAbsolute) {
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1778 if (remote_filename.IsAbsolute()) in LoadImageUsingPaths()