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 94 struct dirhandle { struct
951 struct dirhandle *h;
983 struct dirhandle *h = id_to_ptr(req->fh);
1009 struct dirhandle *h = id_to_ptr(req->fh);
    [all...]
  /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 187 milliseconds