Home
last modified time | relevance | path

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

/system/utest/fs-host/
A Dtest-maxfile.cpp20 char data_b[8192]; in test_maxfile() local
23 memset(data_b, 0xbb, sizeof(data_b)); in test_maxfile()
30 return data_b; in test_maxfile()
31 } else if (data == data_b) { in test_maxfile()
/system/utest/fs/
A Dtest-maxfile.cpp49 char data_b[8192]; in test_maxfile() local
52 memset(data_b, 0xbb, sizeof(data_b)); in test_maxfile()
59 return data_b; in test_maxfile()
60 } else if (data == data_b) { in test_maxfile()
152 char data_b[8192]; in TestZippedMaxfiles() local
154 memset(data_b, 0xbb, sizeof(data_b)); in TestZippedMaxfiles()
184 data = (data == data_a) ? data_b : data_a; in TestZippedMaxfiles()
222 data = (data == data_a) ? data_b : data_a; in TestZippedMaxfiles()

Completed in 3 milliseconds