HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 376 - 400 of 516) sorted by null

<<11121314151617181920>>

  /external/llvm/host/include/llvm/Config/
config.h 328 /* Define to 1 if you have the `readdir' function. */
  /external/llvm/include/llvm/Config/
config.h.cmake 337 /* Define to 1 if you have the `readdir' function. */
config.h.in 334 /* Define to 1 if you have the `readdir' function. */
  /external/llvm/lib/Support/Unix/
PathV2.inc 619 dirent *cur_dir = ::readdir(reinterpret_cast<DIR *>(it.IterationHandle));
  /external/openssh/openbsd-compat/
glob.c 690 readdirfunc = (struct dirent *(*)(void *))readdir;
  /external/openssl/crypto/
cryptlib.c 153 "readdir",
  /external/oprofile/opcontrol/
opcontrol.cpp 493 for (struct dirent* dirent; !!(dirent = readdir(dir));) {
  /external/qemu/android/utils/
timezone.c 243 while ((ent = readdir(d)) != NULL) {
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 408 AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 327 while ( (pid == 0) && ((entry=readdir(proc)) != NULL) ) {
  /external/webkit/Tools/Scripts/
bisect-builds 308 foreach my $file (readdir(DIR)) {
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 261 while ((dent = readdir(dir))) {
371 while ((dent = readdir(dir))) {
420 while ((dent = readdir(dir))) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 591 * it to implement the faster readdir
yaffs_fs.c 228 .readdir = yaffs_readdir,
904 readdir, rewind to after the 2 canned entries. */
    [all...]
  /hardware/broadcom/libbt/src/
hardware.c 426 while ((dp = readdir(dirp)) != NULL)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 572 while ((dir = readdir(d)) != NULL)
  /system/core/adb/
file_sync_client.c 618 while((de = readdir(d))) {
  /system/core/charger/
charger.c 560 while ((de = readdir(d)) && max_depth > 0) {
  /system/core/debuggerd/
tombstone.c 451 while ((de = readdir(d)) != NULL) {
  /system/core/init/
devices.c 850 while((de = readdir(d))) {
  /system/vold/
CommandListener.cpp 237 while ((de = readdir(dir))) {
  /bionic/libc/bionic/
fts.c 648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
  /bootable/recovery/
recovery.cpp 550 while ((de = readdir(d)) != NULL) {
    [all...]
  /external/dnsmasq/src/
cache.c 937 while ((ent = readdir(dir_stream)))
    [all...]
  /external/dropbear/
scp.c 747 while ((dp = readdir(dirp)) != NULL) {

Completed in 2065 milliseconds

<<11121314151617181920>>