Searched defs:getdents (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_newlib.cc67 OP(fdio, getdents); \
134 int WRAP(getdents)(int fd, dirent* buf, size_t count, size_t* nread) { function
308 CHECK_REAL(getdents);
309 return REAL(getdents)(fd, static_cast<dirent*>(nacl_buf), nacl_count, nread);
H A Dkernel_proxy.cc562 int KernelProxy::getdents(int fd, void* buf, unsigned int count) { function in class:nacl_io::KernelProxy
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc23 FillDirInfo(GetDentsHelper* getdents, size_t num_bytes) argument
24 : getdents(getdents), num_bytes(num_bytes), wrote_offset(false) {}
26 GetDentsHelper* getdents; member in struct:nacl_io::__anon8917::FillDirInfo
437 GetDentsHelper getdents; local
438 FillDirInfo fill_info(&getdents, count);
453 error = getdents.GetDents(offs, pdir, count, out_bytes);
486 fill_info->getdents->AddDirent(ino, name, strlen(name));
491 fill_info->getdents->AddDirent(ino, name, strlen(name));
/external/valgrind/main/coregrind/
H A Dm_libcfile.c531 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count) function
535 /* res = getdents( fd, dirp, count ); */
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 81 milliseconds