Searched refs:TEST_SEEK_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_m/testsuites/unittest/posix/src/fs/ |
H A D | posix_fs_func_test.c | 413 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_SET); 417 ICUNIT_GOTO_EQUAL((int)off, TEST_SEEK_SIZE, (int)off, EXIT); 438 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_END); 442 ICUNIT_GOTO_EQUAL((int)off, TEST_SEEK_SIZE, (int)off, EXIT); 463 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_CUR); 467 ICUNIT_GOTO_EQUAL((int)off, TEST_SEEK_SIZE, (int)off, EXIT); 567 (void)fseek(fp, TEST_SEEK_SIZE, 5); /* 5, a wrong input */ 596 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_SET); 620 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_SET); 623 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_CU [all...] |
H A D | posix_fs_test.h | 77 #define TEST_SEEK_SIZE 10 /* 10, common data for test, no special meaning */ macro
|
/kernel/liteos_m/testsuites/unittest/xts/ipc/ |
H A D | xts_ipc.h | 59 #define TEST_SEEK_SIZE 12 macro
|
/kernel/liteos_m/testsuites/unittest/xts/ipc/cond/ |
H A D | pthread_cond_test.c | 184 ICUNIT_ASSERT_EQUAL(testInt, TEST_SEEK_SIZE, testInt);
|
Completed in 3 milliseconds