Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp3035 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local
3036 std::vector<char> buf(too_big_for_an_int); in TEST()
3038 ASSERT_EQ(too_big_for_an_int, fread(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()
3048 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local
3049 std::vector<char> buf(too_big_for_an_int); in TEST()
3051 ASSERT_EQ(too_big_for_an_int, fwrite(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()