Searched refs:fpath (Results 1 – 4 of 4) sorted by relevance
12 int check_file_dir_exists(const char *fpath);14 int test_file_open(struct fs_file_t *filep, const char *fpath);18 int test_file_delete(const char *fpath);
16 int check_file_dir_exists(const char *fpath) in check_file_dir_exists() argument21 res = fs_stat(fpath, &entry); in check_file_dir_exists()
74 directive, fpath = m.groups()77 if fpath.startswith("/"):78 fpath_adj = fpath80 fpath_adj = Path(os.path.relpath(basepath / fpath, dstpath)).as_posix()
45 struct testfs_path fpath; in check_mkdir() local49 testfs_path_extend(testfs_path_copy(&fpath, in check_mkdir()61 zassert_equal(fs_stat(fpath.path, &stat), 0, in check_mkdir()68 zassert_equal(fs_unlink(fpath.path), in check_mkdir()