HomeSort by relevance Sort by last modified time
    Searched refs:dirent (Results 401 - 425 of 505) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 86 int getdents (unsigned int, struct dirent *, unsigned int);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 86 int getdents (unsigned int, struct dirent *, unsigned int);
  /system/core/adb/
usb_linux.c 25 #include <dirent.h>
138 struct dirent *de;
usb_linux_client.c 26 #include <dirent.h>
  /system/core/debuggerd/
tombstone.c 25 #include <dirent.h>
450 struct dirent* de;
  /system/core/toolbox/
top.c 33 #include <dirent.h>
225 struct dirent *pid_dir, *tid_dir;
  /device/samsung/manta/libsensors/
sensors.cpp 24 #include <dirent.h>
  /device/samsung/tuna/libsensors/
sensors.cpp 25 #include <dirent.h>
  /external/chromium/base/
process_util.h 26 #include <dirent.h>
  /external/linux-tools-perf/util/
help.c 128 struct dirent *de;
trace-event-read.c 23 #include <dirent.h>
  /external/oprofile/daemon/
oprofiled.c 44 #include <dirent.h>
  /external/valgrind/unittest/
thread_wrappers_pthread.h 42 #include <dirent.h>
  /system/extras/librank/
librank.c 18 #include <dirent.h>
  /external/linux-tools-perf/
builtin-script.c 668 static int is_directory(const char *base_path, const struct dirent *dent)
833 struct dirent *script_next, *lang_next, script_dirent, lang_dirent;
883 struct dirent *script_next, *lang_next, script_dirent, lang_dirent;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 36 #include <dirent.h>
444 struct dirent *de;
494 struct dirent *de;
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 81 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\w32\compat\dirent.c
82 echo WinDebug\dirent.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
148 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\w32\compat\dirent.c
149 echo WinRel\dirent.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
  /external/libusb/libusb/os/
linux_usbfs.c 23 #include <dirent.h>
160 struct dirent *entry;
843 struct dirent *entry;
883 struct dirent *entry;
998 struct dirent *entry;
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 115 static int yaffs_readdir(struct file *f, void *dirent, filldir_t filldir);
857 static int yaffs_readdir(struct file *f, void *dirent, filldir_t filldir)
881 if (filldir(dirent, ".", 1, offset, inode->i_ino, DT_DIR)
893 (dirent, "..", 2, offset,
923 if (filldir(dirent,
    [all...]
  /external/genext2fs/
genext2fs.c 109 # include <dirent.h>
110 # define NAMLEN(dirent) strlen((dirent)->d_name)
112 # define dirent direct macro
113 # define NAMLEN(dirent) (dirent)->d_namlen
    [all...]
  /system/core/sdcard/
sdcard.c 27 #include <dirent.h>
258 struct dirent* entry;
984 struct dirent *de;
    [all...]
  /external/e2fsprogs/e2fsck/
problem.h 18 struct ext2_dir_entry *dirent; member in struct:problem_context
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 153 wronly_ssede, rdwr_ssede, dirent, dirent_creat enumerator in enum:linux_omode
  /external/oprofile/opjitconv/
opjitconv.c 22 #include <dirent.h>
  /frameworks/base/tools/aapt/
Package.cpp 17 #include <dirent.h>

Completed in 1466 milliseconds

<<11121314151617181920>>