Searched refs:slash (Results 1 – 1 of 1) sorted by relevance
819 char *slash; in imgboot_get_apticket_path() local822 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()