OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__getdents64
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/arch-arm64/syscalls/
__getdents64.S
5
ENTRY(
__getdents64
)
function
14
END(
__getdents64
)
15
.hidden
__getdents64
/bionic/libc/arch-x86_64/syscalls/
__getdents64.S
5
ENTRY(
__getdents64
)
function
15
END(
__getdents64
)
16
.hidden
__getdents64
/bionic/libc/arch-arm/syscalls/
__getdents64.S
5
ENTRY(
__getdents64
)
function
16
END(
__getdents64
)
/bionic/libc/arch-mips/syscalls/
__getdents64.S
5
ENTRY(
__getdents64
)
function
19
END(
__getdents64
)
/bionic/libc/arch-mips64/syscalls/
__getdents64.S
5
ENTRY(
__getdents64
)
function
25
END(
__getdents64
)
26
.hidden
__getdents64
/bionic/libc/arch-x86/syscalls/
__getdents64.S
5
ENTRY(
__getdents64
)
function
39
END(
__getdents64
)
/bionic/libc/bionic/
dirent.cpp
45
extern "C" int
__getdents64
(unsigned int, dirent*, unsigned int);
109
int rc = TEMP_FAILURE_RETRY(
__getdents64
(d->fd_, d->buff_, sizeof(d->buff_)));
ndk_cruft.cpp
265
int
__getdents64
(unsigned int, dirent*, unsigned int);
267
return
__getdents64
(fd, dirp, count);
Completed in 1086 milliseconds