Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp80 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
122 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
165 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
194 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h471 bool RemoveLastPathComponent();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp510 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec