Searched refs:eightGB (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestlfs.c37 static apr_off_t eightGB = APR_INT64_C(2) << 32; variable
84 rv = apr_file_trunc(f, eightGB);
124 finfo.size == eightGB);
138 ABTS_ASSERT(tc, "stat gave incorrect size", finfo.size == eightGB);
158 finfo.size == eightGB);
193 finfo.size == eightGB + strlen(TESTSTR));
213 ABTS_ASSERT(tc, "seek to END gave 8GB", pos == eightGB);
215 pos = eightGB;
217 ABTS_ASSERT(tc, "seek gave 8GB offset", pos == eightGB);
221 ABTS_ASSERT(tc, "relative seek gave 8GB offset", pos == eightGB);
[all...]

Completed in 170 milliseconds