Searched refs:slash (Results 1 – 1 of 1) sorted by relevance
776 char *slash; in imgboot_get_apticket_path() local779 slash = strrchr(path, '/'); in imgboot_get_apticket_path()780 if (slash == NULL) { in imgboot_get_apticket_path()781 slash = path; in imgboot_get_apticket_path()783 slash++; in imgboot_get_apticket_path()785 strlcpy(slash, APTICKET_NAME, sizeof(APTICKET_NAME) + 1); in imgboot_get_apticket_path()