Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat_write.c1205 char *p, *last_slash, *last_slash_cont; in split_filename() local
1209 last_slash = NULL; in split_filename()
1213 last_slash = p; in split_filename()
1224 if (last_slash) { in split_filename()
1227 *last_slash = '\0'; in split_filename()
1231 if (last_slash == filename) { in split_filename()
1235 *last_slash = '\0'; in split_filename()
/u-boot/cmd/
A Dpxe_utils.c73 char *bootfile, *last_slash; in get_bootfile_path() local
85 last_slash = strrchr(bootfile, '/'); in get_bootfile_path()
87 if (!last_slash) in get_bootfile_path()
90 path_len = (last_slash - bootfile) + 1; in get_bootfile_path()

Completed in 7 milliseconds