Searched refs:temppath (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/fs/ |
A D | fs.c | 106 strlcpy(temppath, path, sizeof(temppath)); in mount() 107 fs_normalize_path(temppath); in mount() 109 if (temppath[0] != '/') in mount() 189 strlcpy(temppath, path, sizeof(temppath)); in fs_unmount() 190 fs_normalize_path(temppath); in fs_unmount() 207 strlcpy(temppath, path, sizeof(temppath)); in fs_open_file() 208 fs_normalize_path(temppath); in fs_open_file() 248 strlcpy(temppath, path, sizeof(temppath)); in fs_create_file() 292 strlcpy(temppath, path, sizeof(temppath)); in fs_remove_file() 340 strlcpy(temppath, path, sizeof(temppath)); in fs_make_dir() [all …]
|
Completed in 3 milliseconds