Home
last modified time | relevance | path

Searched defs:path (Results 1 – 9 of 9) sorted by relevance

/lk-master/lib/fs/
A Dshell.c23 static void set_cwd(const char *path) { in set_cwd()
44 static char *prepend_cwd(char *path, size_t len, const char *arg) { in prepend_cwd()
63 char *path = malloc(FS_MAX_PATH_LEN); in cmd_ls() local
117 char *path = malloc(FS_MAX_PATH_LEN); in cmd_cd() local
146 char *path = malloc(FS_MAX_PATH_LEN); in cmd_mkdir() local
164 char *path = malloc(FS_MAX_PATH_LEN); in cmd_mkfile() local
188 char *path = malloc(FS_MAX_PATH_LEN); in cmd_rm() local
211 char *path = malloc(FS_MAX_PATH_LEN); in cmd_stat() local
248 char *path = malloc(FS_MAX_PATH_LEN); in cmd_cat() local
A Dfs.c24 char *path; member
60 static struct fs_mount *find_mount(const char *path, const char **trimmed_path) { in find_mount()
178 status_t fs_mount(const char *path, const char *fsname, const char *device) { in fs_mount()
186 status_t fs_unmount(const char *path) { in fs_unmount()
204 status_t fs_open_file(const char *path, filehandle **handle) { in fs_open_file()
245 status_t fs_create_file(const char *path, filehandle **handle, uint64_t len) { in fs_create_file()
289 status_t fs_remove_file(const char *path) { in fs_remove_file()
337 status_t fs_make_dir(const char *path) { in fs_make_dir()
360 status_t fs_open_dir(const char *path, dirhandle **handle) { in fs_open_dir()
445 ssize_t fs_load_file(const char *path, void *ptr, size_t maxlen) { in fs_load_file()
[all …]
A Ddebug.c18 char path[1024]; in test_normalize() local
/lk-master/lib/fs/ext2/
A Ddir.c73 static int ext2_walk(ext2_t *ext2, char *path, struct ext2_inode *start_inode, inodenum_t *inum, in… in ext2_walk()
175 char path[512]; in ext2_lookup() local
A Dfile.c19 int ext2_open_file(fscookie *cookie, const char *path, filecookie **fcookie) { in ext2_open_file()
/lk-master/external/lib/fdt/
A Dfdt_overlay.c62 const char *path = NULL; in overlay_get_target() local
369 const char *path, uint32_t path_len, in overlay_fixup_one_phandle()
444 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
699 const char *path; in overlay_symbol_update() local
A Dfdt_ro.c248 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen()
293 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset()
/lk-master/platform/rp20xx/tools/
A Duf2conv.py249 def board_id(path): argument
/lk-master/lib/fs/fat32/
A Dfile.c118 status_t fat32_open_file(fscookie *cookie, const char *path, filecookie **fcookie) { in fat32_open_file()

Completed in 29 milliseconds