Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp126 char *prev_slash = strrchr(path, '/'); in LocateDSYMInVincinityOfExecutable() local
127 if (prev_slash != NULL) in LocateDSYMInVincinityOfExecutable()
128 *prev_slash = '\0'; in LocateDSYMInVincinityOfExecutable()