Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp538 FileSpec GetChildFileSpecificationsFromThin(llvm::StringRef childPath, in GetChildFileSpecificationsFromThin() argument
541 if (llvm::sys::path::is_absolute(childPath)) { in GetChildFileSpecificationsFromThin()
542 FullPath = childPath; in GetChildFileSpecificationsFromThin()
545 llvm::sys::path::append(FullPath, childPath); in GetChildFileSpecificationsFromThin()