Lines Matching refs:cp
80 const struct testfs_bcmd *cp) in build_layout() argument
97 zassert_equal(testfs_build(&path, cp), in build_layout()
129 struct testfs_bcmd *cp = layout; in check_layout() local
131 while (!TESTFS_BCMD_IS_END(cp)) { in check_layout()
132 if (cp->name != NULL) { in check_layout()
134 cp->name, in check_layout()
135 (cp->type == FS_DIR_ENTRY_DIR) ? "/" : "", in check_layout()
136 cp->size); in check_layout()
137 zassert_true(cp->matched, in check_layout()
140 ++cp; in check_layout()
282 struct testfs_bcmd *cp = to_bcmd; in check_rename() local
284 while (cp != to_end_bcmd) { in check_rename()
285 if (cp->name) { in check_rename()
286 zassert_true(cp->matched, "foreign file retained"); in check_rename()
288 ++cp; in check_rename()