HomeSort by relevance Sort by last modified time
    Searched full:dirhandle (Results 1 - 3 of 3) 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);
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 128 // Opens a database file; dirHandle should be 0 if the caller does not need

Completed in 255 milliseconds