HomeSort by relevance Sort by last modified time
    Searched refs:opendir (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /dalvik/tools/dmtracedump/
dmtracedump.pl 3 opendir(DIR, ".") || die "can't opendir $some_dir: $!";
  /external/webkit/JavaScriptCore/tests/mozilla/
mkhtml.pl 16 opendir (TEST_HOME, $test_home);
43 opendir ( JS_TEST_DIR, $js_test_dir );
60 opendir( JS_TEST_SUBDIR, $js_test_subdir );
mklistpage.pl 227 opendir (DIR, $dir) || die ("couldn't open directory $dir: $!");
247 opendir ( TEST_SUBDIR, $test_subdir) || die ("couldn't open directory " .
  /external/e2fsprogs/tests/progs/
hold_inode.c 36 if (!opendir(filename)) {
  /external/libvpx/examples/includes/geshi/contrib/
cssgen2.php 35 if ($handle = opendir($geshi->language_path)) {
  /bionic/libc/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /development/ndk/platforms/android-3/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /external/e2fsprogs/lib/e2p/
iod.c 53 dir = opendir (dir_name);
  /external/grub/stage2/
dir.h 140 extern DIR *opendir ();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
dirent.h 64 extern DIR* opendir(const char* dirpath);
  /bootable/recovery/applypatch/
freecache.c 17 d = opendir("/proc");
36 fdd = opendir(path);
89 d = opendir(dirs[i]);
  /external/chromium/third_party/icu/source/tools/toolutil/
filetools.cpp 45 if ((pDir= opendir(checkAgainst)) != NULL) {
56 if ((subDirp = opendir(newpath)) != NULL) {
  /external/icu4c/tools/toolutil/
filetools.cpp 45 if ((pDir= opendir(checkAgainst)) != NULL) {
56 if ((subDirp = opendir(newpath)) != NULL) {
  /system/core/toolbox/
wipe.c 87 dir = opendir(path);
90 fprintf (stderr, "Error opendir'ing %s '%s'\n",
153 dir = opendir(path);
155 fprintf (stderr, "Error opendir'ing %s '%s'\n",
rm.c 33 dir = opendir(name);
  /bootable/recovery/minui/
events.c 38 dir = opendir("/dev/input");
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 64 DIR* __cdecl opendir (const char*);
  /external/openssl/crypto/
LPdir_unix.c 86 (*ctx)->dir = opendir(directory);
  /external/oprofile/daemon/
opd_stats.c 66 if (!(dir = opendir("/dev/oprofile/stats/")))
  /bootable/recovery/minzip/
DirUtil.c 187 dir = opendir(path);
246 DIR *dir = opendir(path);

Completed in 639 milliseconds

1 2 3 4 5 6 7