HomeSort by relevance Sort by last modified time
    Searched full:opendir (Results 151 - 175 of 758) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/host-tools/make-3.81/
config.h-vms 373 /* VMS specific, V7.0 has opendir() and friends, so it's undefined */
374 /* If you want to use non-VMS code for opendir() etc. on V7.0 and greater
376 non-VMS versions linked: (prefix=(all,except=(opendir,... */
  /art/runtime/gc/space/
image_space_fs.h 47 DIR* c_dir = opendir(dir.c_str());
86 DIR* c_dir = opendir(dir);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 235 opendir(DIR,"/proc") || die "Couldn't opendir /proc: $!\n";
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 231 DIR* dir = opendir(path);
253 DIR* dir = opendir(CFX_ByteString::FromUnicode(path));
  /external/rootdev/
rootdev.c 110 dirp = opendir(basedir);
114 warn("match_sysfs_device:opendir(%s)", basedir);
  /external/valgrind/
darwin9-drd.supp 129 drd-darwin-opendir
133 fun:opendir$UNIX2003
  /hardware/invensense/6515/libsensors_iio/
libmllite.so 
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /hardware/invensense/65xx/libsensors_iio/
libmllite.so 
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dirent.h 135 extern DIR *opendir (__const char *__name) __nonnull ((1));
138 /* Same as opendir, but open the stream on the file descriptor FD.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 136 extern DIR *opendir (__const char *__name) __nonnull ((1));
139 /* Same as opendir, but open the stream on the file descriptor FD.
  /system/core/libprocessgroup/
processgroup.cpp 204 DIR *uid = opendir(uid_path);
231 DIR *root = opendir(cgroup_root_path);
  /bionic/libc/bionic/
dirent.cpp 90 DIR* opendir(const char* path) { function
  /bootable/recovery/minui/
events.cpp 64 DIR* dir = opendir("/dev/input");
  /bootable/recovery/minzip/
DirUtil.c 201 dir = opendir(path);
  /bootable/recovery/tools/ota/
check-lost+found.c 101 DIR *dir = opendir(fn);
  /build/tools/atree/
fs.cpp 47 DIR *d = opendir(path.c_str());
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 67 std::unique_ptr<DIR, decltype(dir_deleter)> dirp(opendir(dir.c_str()), dir_deleter);
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 450 opendir
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 433 opendir
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 430 opendir
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 450 opendir
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 433 opendir
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 430 opendir

Completed in 938 milliseconds

1 2 3 4 5 67 8 91011>>