Searched refs:newpath (Results 1 – 1 of 1) sorted by relevance
212 const char *newpath; in fs_open_file() local213 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_file()251 const char *newpath; in fs_create_file() local252 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_create_file()295 const char *newpath; in fs_remove_file() local296 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_remove_file()343 const char *newpath; in fs_make_dir() local344 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_make_dir()368 const char *newpath; in fs_open_dir() local369 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_dir()[all …]
Completed in 3 milliseconds