/bionic/libc/arch-arm/syscalls/ |
getdents.S | 6 ENTRY(getdents) function 15 END(getdents)
|
/bionic/libc/arch-mips/syscalls/ |
getdents.S | 4 .globl getdents 6 .ent getdents 8 getdents: label 22 .end getdents
|
/bionic/libc/arch-x86/syscalls/ |
getdents.S | 6 ENTRY(getdents) function 27 END(getdents)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_newlib.cc | 64 OP(fdio, getdents); \ 127 int WRAP(getdents)(int fd, dirent* buf, size_t count, size_t* nread) { function 270 CHECK_REAL(getdents); 271 return REAL(getdents)(fd, static_cast<dirent*>(nacl_buf), nacl_count, nread);
|
mount_fuse.cc | 23 FillDirInfo(GetDentsHelper* getdents, size_t num_bytes) 24 : getdents(getdents), num_bytes(num_bytes), wrote_offset(false) {} 26 GetDentsHelper* getdents; member in struct:nacl_io::__anon8801::FillDirInfo 376 Error MountNodeFuseDir::GetDents(size_t offs, 396 GetDentsHelper getdents; local 397 FillDirInfo fill_info(&getdents, count); 409 // GetDentsHelpers::GetDents should use an offset of 0. 415 error = getdents.GetDents(offs, pdir, count, out_bytes) [all...] |
kernel_wrap_glibc.cc | 133 OP(getdents); \ 180 int WRAP(getdents)(int fd, dirent* nacl_buf, size_t nacl_count, size_t *nread) { function 317 // See WRAP(getdents) above. 322 CHECK_REAL(getdents); 323 int err = REAL(getdents)(fd, (dirent*)nacl_buf, count, &nacl_nread);
|
kernel_proxy.cc | 501 int KernelProxy::getdents(int fd, void* buf, unsigned int count) { function in class:nacl_io::KernelProxy 510 error = handle->GetDents(static_cast<dirent*>(buf), count, &cnt); [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 481 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count) function 485 /* res = getdents( fd, dirp, count ); */ [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |