HomeSort by relevance Sort by last modified time
    Searched refs:dirhandle (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 842 local ($dirhandle, $targetdir) = @_;
846 opendir ($dirhandle, $targetdir) || return 0;
847 $subdirhandle = $dirhandle;
849 while ($object = readdir ($dirhandle))
868 closedir ($dirhandle);
  /system/core/sdcard/
sdcard.c 80 struct dirhandle { struct
847 struct dirhandle *h;
873 struct dirhandle *h = id_to_ptr(req->fh);
897 struct dirhandle *h = id_to_ptr(req->fh);

Completed in 65 milliseconds