Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dimageboot.c775 char *slash; in imgboot_get_apticket_path() local
778 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
779 if (slash == NULL) { in imgboot_get_apticket_path()
780 slash = path; in imgboot_get_apticket_path()
782 slash++; in imgboot_get_apticket_path()
784 strlcpy(slash, APTICKET_NAME, sizeof(APTICKET_NAME) + 1); in imgboot_get_apticket_path()