Searched refs:slash_ptr (Results 1 – 1 of 1) sorted by relevance
514 Char *slash_ptr; in find_separate_debug_file() local555 slash_ptr = VG_(strchr) (dot_ptr, '/'); in find_separate_debug_file()556 if (slash_ptr) in find_separate_debug_file()560 *slash_ptr = '\0'; in find_separate_debug_file()561 VG_(strcat) (slash_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file()562 VG_(strcat) (slash_ptr, basename_str); in find_separate_debug_file()583 slash_ptr = VG_(strrchr) (dsymfile, '/'); in find_separate_debug_file()584 if (!slash_ptr) in find_separate_debug_file()588 *slash_ptr = '\0'; in find_separate_debug_file()