Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dseek_constants.h59 #define SEEK_HOLE 4 macro
/bionic/libc/kernel/uapi/linux/
Dfs.h23 #define SEEK_HOLE 4 macro
24 #define SEEK_MAX SEEK_HOLE
/bionic/tests/
Dstdio_test.cpp2787 ASSERT_EQ(4, SEEK_HOLE); in TEST()
2789 ASSERT_EQ(SEEK_MAX, SEEK_HOLE); in TEST()