HomeSort by relevance Sort by last modified time
    Searched full:slash_ptr (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 514 Char *slash_ptr; local
555 slash_ptr = VG_(strchr) (dot_ptr, '/');
556 if (slash_ptr)
560 *slash_ptr = '\0';
561 VG_(strcat) (slash_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY);
562 VG_(strcat) (slash_ptr, basename_str);
583 slash_ptr = VG_(strrchr) (dsymfile, '/');
584 if (!slash_ptr)
588 *slash_ptr = '\0';
    [all...]

Completed in 274 milliseconds