Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp384 FileSpec GetChildFileSpecificationsFromThin(llvm::StringRef childPath, in GetChildFileSpecificationsFromThin() argument
387 if (llvm::sys::path::is_absolute(childPath)) { in GetChildFileSpecificationsFromThin()
388 FullPath = childPath; in GetChildFileSpecificationsFromThin()
391 llvm::sys::path::append(FullPath, childPath); in GetChildFileSpecificationsFromThin()