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.cpp2981 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local
2982 std::vector<char> buf(too_big_for_an_int); in TEST()
2984 ASSERT_EQ(too_big_for_an_int, fread(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()
2994 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local
2995 std::vector<char> buf(too_big_for_an_int); in TEST()
2997 ASSERT_EQ(too_big_for_an_int, fwrite(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()