Lines Matching refs:TEST_FILE_SIZE
52 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20) macro
87 .offset = TEST_FILE_SIZE - 10,
93 .offset = TEST_FILE_SIZE - 10,
99 .offset = TEST_FILE_SIZE - 3,
120 char *file = test_file(TEST_FILE_SIZE); in test__dso_data()
152 buf = malloc(TEST_FILE_SIZE); in test__dso_data()
157 memset(buf, 0, TEST_FILE_SIZE); in test__dso_data()
159 buf, TEST_FILE_SIZE); in test__dso_data()
162 size == (TEST_FILE_SIZE - 10)); in test__dso_data()
269 !dsos__create(dso_cnt, TEST_FILE_SIZE)); in test__dso_data_cache()
349 TEST_ASSERT_VAL("failed to create dsos\n", !dsos__create(3, TEST_FILE_SIZE)); in test__dso_data_reopen()