Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dpxe.c92 char *bootfile, *last_slash; in get_bootfile_path() local
104 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()