Searched refs:last_slash (Results 1 – 1 of 1) sorted by relevance
92 char *bootfile, *last_slash; in get_bootfile_path() local104 last_slash = strrchr(bootfile, '/'); in get_bootfile_path()106 if (last_slash == NULL) in get_bootfile_path()109 path_len = (last_slash - bootfile) + 1; in get_bootfile_path()