HomeSort by relevance Sort by last modified time
    Searched defs:getdents (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 66 OP(fdio, getdents); \
133 int WRAP(getdents)(int fd, dirent* buf, size_t count, size_t* nread) { function
296 CHECK_REAL(getdents);
297 return REAL(getdents)(fd, static_cast<dirent*>(nacl_buf), nacl_count, nread);
kernel_proxy.cc 545 int KernelProxy::getdents(int fd, void* buf, unsigned int count) { function in class:nacl_io::KernelProxy
554 error = handle->GetDents(static_cast<dirent*>(buf), count, &cnt);
    [all...]
  /bionic/libc/bionic/
ndk_cruft.cpp 246 extern "C" int getdents(unsigned int fd, dirent* dirp, unsigned int count) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.cc 22 FillDirInfo(GetDentsHelper* getdents, size_t num_bytes)
23 : getdents(getdents), num_bytes(num_bytes), wrote_offset(false) {}
25 GetDentsHelper* getdents; member in struct:nacl_io::__anon12948::FillDirInfo
373 Error DirFuseFsNode::GetDents(size_t offs,
393 GetDentsHelper getdents; local
394 FillDirInfo fill_info(&getdents, count);
403 // GetDentsHelpers::GetDents should use an offset of 0.
409 error = getdents.GetDents(offs, pdir, count, out_bytes)
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 531 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count) function
535 /* res = getdents( fd, dirp, count ); */
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 153 milliseconds