Home
last modified time | relevance | path

Searched refs:retC (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/arkui/libuv/src/
H A DActsLibuvTest.cpp169 int retC; in HWTEST_F() local
175 retC = uv_fs_lchown(&loop, &req, path, uid, gid, nullptr); in HWTEST_F()
176 fprintf(stderr, "uv_err_name_r error: %d\n", retC); in HWTEST_F()
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp127 char *retC = fgets(str, sizeof(str), fp); in HWTEST_F() local
128 EXPECT_STREQ(retC, str); in HWTEST_F()
129 EXPECT_STREQ(retC, "hello world has 11 words"); in HWTEST_F()
150 char *retC = fgets(str, sizeof(str), fp); in HWTEST_F() local
151 EXPECT_STREQ(retC, str); in HWTEST_F()
152 EXPECT_STREQ(retC, "hello world has 11 words"); in HWTEST_F()

Completed in 3 milliseconds