Searched refs:IsAbsolute (Results 1 – 13 of 13) sorted by relevance
301 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()
59 if (build_path.IsAbsolute()) in GetSelfInvocationCommandLine()71 if (build_path.IsAbsolute()) in GetSelfInvocationCommandLine()92 if (build_path.IsAbsolute()) { in GetSelfInvocationCommandLine()
463 DCHECK(base.IsAbsolute()); in MakeAbsoluteFilePathRelativeIfPossible()464 DCHECK(target.IsAbsolute()); in MakeAbsoluteFilePathRelativeIfPossible()
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
320 bool IsAbsolute() const;
511 bool FilePath::IsAbsolute() const { in IsAbsolute() function in base::FilePath
108 if (!path.empty() && !path.IsAbsolute()) { in NormalizePath()
113 if (file_path_.IsAbsolute() || in EntryInfo()
112 if (file_path_.IsAbsolute() || in EntryInfo()
495 CHECK(resources_dir.IsAbsolute()); in InitializeResourceBundle()
521 if (!root_directory.IsAbsolute()) { in ComponentExtensionInfo()
769 BOOLEAN IsAbsolute; member