Home
last modified time | relevance | path

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

/lk-master/lib/fs/
A Ddebug.c81 err = fs_open_file(argv[3].str, &handle); in cmd_fs_ioctl()
108 err = fs_open_file(argv[3].str, &handle); in cmd_fs_ioctl()
228 err = fs_open_file(argv[2].str, &handle); in cmd_fs()
A Dshell.c85 err = fs_open_file(path, &handle); in cmd_ls()
214 status = fs_open_file(path, &handle); in cmd_stat()
252 status = fs_open_file(path, &handle); in cmd_cat()
A Dfs.c204 status_t fs_open_file(const char *path, filehandle **handle) { in fs_open_file() function
449 status_t err = fs_open_file(path, &handle); in fs_load_file()
/lk-master/app/moot/
A Dfsboot.c39 retcode = fs_open_file(fpath, &handle); in attempt_fs_boot()
/lk-master/lib/fs/include/lib/
A Dfs.h55 status_t fs_open_file(const char *path, filehandle **handle) __NONNULL();
/lk-master/lib/fs/spifs/test/
A Dspifstest.c454 status = fs_open_file(TEST_FILE_PATH, &handle); in test_corrupt_toc()

Completed in 7 milliseconds