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