Home
last modified time | relevance | path

Searched refs:Path1 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriverUtils.cpp196 static Optional<std::string> findFile(StringRef Path1, const Twine &Path2) { in findFile() argument
198 if (Path1.startswith("=")) in findFile()
199 path::append(S, Config->Sysroot, Path1.substr(1), Path2); in findFile()
201 path::append(S, Path1, Path2); in findFile()
/freebsd-12.1/sys/geom/raid/
H A Dmd_ddf.h120 struct ddf_device_scsi Path1; member
125 struct ddf_device_sas Path1; member