Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c819 char *slash; in imgboot_get_apticket_path() local
822 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
823 if (slash == NULL) { in imgboot_get_apticket_path()
824 slash = path; in imgboot_get_apticket_path()
826 slash++; in imgboot_get_apticket_path()
828 strlcpy(slash, APTICKET_NAME, sizeof(APTICKET_NAME) + 1); in imgboot_get_apticket_path()