Searched refs:fs_open_file (Results 1 – 6 of 6) sorted by relevance
/lk-master/lib/fs/ |
A D | debug.c | 81 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 D | shell.c | 85 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 D | fs.c | 204 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 D | fsboot.c | 39 retcode = fs_open_file(fpath, &handle); in attempt_fs_boot()
|
/lk-master/lib/fs/include/lib/ |
A D | fs.h | 55 status_t fs_open_file(const char *path, filehandle **handle) __NONNULL();
|
/lk-master/lib/fs/spifs/test/ |
A D | spifstest.c | 454 status = fs_open_file(TEST_FILE_PATH, &handle); in test_corrupt_toc()
|
Completed in 7 milliseconds