Home
last modified time | relevance | path

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

/lk-master/lib/fs/
A Dfs.c212 const char *newpath; in fs_open_file() local
213 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_file()
251 const char *newpath; in fs_create_file() local
252 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_create_file()
295 const char *newpath; in fs_remove_file() local
296 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_remove_file()
343 const char *newpath; in fs_make_dir() local
344 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_make_dir()
368 const char *newpath; in fs_open_dir() local
369 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_dir()
[all …]

Completed in 3 milliseconds