Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.cc301 CHECK_EQ(python_exe_name.IsAbsolute(), false); in FindWindowsPython()
334 CHECK_EQ(python_bat_name.IsAbsolute(), false); in FindWindowsPython()
748 if (script_executable.IsAbsolute()) { in ProcessFileExtensions()
803 if (!python_path.IsAbsolute()) { in FillPythonPath()
Dninja_build_writer.cc59 if (build_path.IsAbsolute()) in GetSelfInvocationCommandLine()
71 if (build_path.IsAbsolute()) in GetSelfInvocationCommandLine()
92 if (build_path.IsAbsolute()) { in GetSelfInvocationCommandLine()
Dfilesystem_utils.cc463 DCHECK(base.IsAbsolute()); in MakeAbsoluteFilePathRelativeIfPossible()
464 DCHECK(target.IsAbsolute()); in MakeAbsoluteFilePathRelativeIfPossible()
/third_party/skia/third_party/externals/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
/third_party/gn/src/base/files/
Dfile_path.h320 bool IsAbsolute() const;
Dfile_path.cc511 bool FilePath::IsAbsolute() const { in IsAbsolute() function in base::FilePath
/third_party/cef/libcef/browser/
Dcontext.cc108 if (!path.empty() && !path.IsAbsolute()) { in NormalizePath()
/third_party/node/deps/zlib/google/
Dzip_reader.cc113 if (file_path_.IsAbsolute() || in EntryInfo()
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader.cc112 if (file_path_.IsAbsolute() || in EntryInfo()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader.cc113 if (file_path_.IsAbsolute() || in EntryInfo()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc495 CHECK(resources_dir.IsAbsolute()); in InitializeResourceBundle()
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc521 if (!root_directory.IsAbsolute()) { in ComponentExtensionInfo()
/third_party/libusb/libusb/os/
Dwindows_winusb.h769 BOOLEAN IsAbsolute; member