Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp514 FileSpec GetChildFileSpecificationsFromThin(llvm::StringRef childPath, in GetChildFileSpecificationsFromThin() argument
517 if (llvm::sys::path::is_absolute(childPath)) { in GetChildFileSpecificationsFromThin()
518 FullPath = childPath; in GetChildFileSpecificationsFromThin()
521 llvm::sys::path::append(FullPath, childPath); in GetChildFileSpecificationsFromThin()