Searched refs:testFileSize (Results 1 – 1 of 1) sorted by relevance
| /system/incremental_delivery/incfs/tests/ |
| D | incfs_test.cpp | 1327 int testFileSize = INCFS_DATA_FILE_BLOCK_SIZE; in TEST_F() local 1329 ASSERT_EQ(0, makeFile(control_, mountPath(test_file_name_), 0555, id, {.size = testFileSize})); in TEST_F() 1352 char buf[testFileSize]; in TEST_F() 1381 int testFileSize = INCFS_DATA_FILE_BLOCK_SIZE; in TEST_F() local 1382 ASSERT_EQ(0, makeFile(control_, mountPath(test_file_name_), 0555, id, {.size = testFileSize})); in TEST_F() 1403 char buf[testFileSize]; in TEST_F()
|