Home
last modified time | relevance | path

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

/lk-master/lib/fs/ext2/
A Ddir.c94 char *next_sep = strchr(ptr, '/'); in ext2_walk() local
95 if (next_sep) { in ext2_walk()
97 *next_sep = 0; in ext2_walk()
160 ptr = next_sep + 1; in ext2_walk()
/lk-master/lib/fs/fat32/
A Dfile.c138 char *next_sep = strchr(ptr, '/'); in fat32_open_file() local
139 if (next_sep) { in fat32_open_file()
141 *next_sep = 0; in fat32_open_file()
192 ptr = next_sep + 1; in fat32_open_file()

Completed in 3 milliseconds