Searched refs:some_file_path (Results 1 – 3 of 3) sorted by relevance
16 extern const char *some_file_path;63 ret = fs_open(&fs, some_file_path, FS_O_CREATE); in test_fs_mkfs_ops()81 ret = fs_stat(some_file_path, &entry); in test_fs_mkfs_ops()86 ret = fs_open(&fs, some_file_path, FS_O_CREATE); in test_fs_mkfs_ops()
21 const char *some_file_path = "/sml/some"; variable
25 const char *some_file_path = "/"DISK_NAME":/SOME"; variable