Searched refs:prev_slash (Results 1 – 1 of 1) sorted by relevance
126 char *prev_slash = strrchr(path, '/'); in LocateDSYMInVincinityOfExecutable() local127 if (prev_slash != NULL) in LocateDSYMInVincinityOfExecutable()128 *prev_slash = '\0'; in LocateDSYMInVincinityOfExecutable()