Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp2264 auto seek64_fn = [](void*, fpos64_t, int) -> fpos64_t { return 0xfedcba12345678; }; in TEST() local
2277 FILE* fp64 = funopen64(nullptr, read_fn, nullptr, seek64_fn, nullptr); in TEST()