Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dtypes.h102 typedef off_t loff_t; typedef
103 typedef loff_t off64_t;
106 typedef __kernel_loff_t loff_t; typedef
107 typedef loff_t off64_t;
/bionic/tests/
Dsys_types_test.cpp41 ASSERT_EQ(8U, sizeof(loff_t)); in TEST()
/bionic/libc/
DSECCOMP_WHITELIST_COMMON.TXT53 ssize_t copy_file_range(int fd_in, loff_t* off_in, int fd_out, loff_t* off_out, size_t len, unsigne…