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.h35 #define SEEK_HOLE 4 macro
36 #define SEEK_MAX SEEK_HOLE
/bionic/tests/
Dstdio_test.cpp2702 ASSERT_EQ(4, SEEK_HOLE); in TEST()
2704 ASSERT_EQ(SEEK_MAX, SEEK_HOLE); in TEST()