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 96 struct dirhandle { struct
953 struct dirhandle *h;
985 struct dirhandle *h = id_to_ptr(req->fh);
1011 struct dirhandle *h = id_to_ptr(req->fh);
    [all...]

Completed in 72 milliseconds