Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 2 of 2) sorted by relevance

/tests/subsys/fs/fcb/src/
A Dfcb_test_len.c16 int rc2; in ZTEST() local
25 rc2 = fcb_get_len(&fcb, buf, &len2); in ZTEST()
26 zassert_true(rc2 == rc, "fcb_get_len call failure"); in ZTEST()
/tests/subsys/fs/common/
A Dtest_fs_util.c414 int rc2 = fs_closedir(&dir); in testfs_bcmd_verify_layout() local
416 if (rc2 != 0) { in testfs_bcmd_verify_layout()
418 pp->path, rc2); in testfs_bcmd_verify_layout()
420 rc = (rc2 >= 0) ? -EIO : rc2; in testfs_bcmd_verify_layout()

Completed in 6 milliseconds