Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dimageboot.c782 char *slash; in imgboot_get_apticket_path() local
785 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
786 if (slash == NULL) { in imgboot_get_apticket_path()
787 slash = path; in imgboot_get_apticket_path()
789 slash++; in imgboot_get_apticket_path()
791 strlcpy(slash, APTICKET_NAME, sizeof(APTICKET_NAME) + 1); in imgboot_get_apticket_path()