HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 176 - 200 of 529) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 211 while ((dirent = readdir(dir))) {
  /external/oprofile/gui/
oprof_start_util.cpp 72 while ((dirent = readdir(dir))) {
  /external/oprofile/libutil/
op_file.c 141 while ((ent = readdir(dir)) != 0) {
  /external/oprofile/pp/
oparchive.cpp 82 while ((dirent = readdir(dir))) {
  /external/protobuf/src/google/protobuf/testing/
file.cc 157 struct dirent* entry = readdir(dir);
  /external/qemu/
path.c 79 while ((dirent = readdir(dir)) != NULL) {
  /external/skia/src/utils/
SkOSFile.cpp 196 while ((entry = ::readdir(fDIR)) != NULL)
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 131 for my $file (readdir DIR) {
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 137 while (de = readdir(dir)) {
  /external/webkit/Source/WebKit/android/plugins/
ANPSystemInterface.cpp 179 while ((entry = readdir(dir))) { // while there is still something in the directory to list
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 207 while (NULL != pDir && NULL != (pEntry = readdir(pDir))) {
  /frameworks/av/media/libmedia/
MediaScanner.cpp 161 while ((entry = readdir(dir))) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 75 while ((d = readdir(dir)) != NULL) {
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libthread_db.a 174 @Q-??@G?=Qlibthread_db.cgSymbols_event_getmsg_helpergEventMsgHandle.LC0.LC1.LC2td_symbol_list__i686.get_pc_thunk.cx_GLOBAL_OFFSET_TABLE_td_ta_set_eventtd_thr_get_infotd_thr_event_enabletd_ta_thr_iter__i686.get_pc_thunk.bxsnprintfopendirreaddiratoiclosedirtd_ta_event_addrps_pglobal_lookuptd_ta_event_getmsgptracetd_ta_newmalloc
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libthread_db.a 174 @Q-??@G?=Qlibthread_db.cgSymbols_event_getmsg_helpergEventMsgHandle.LC0.LC1.LC2td_symbol_list__i686.get_pc_thunk.cx_GLOBAL_OFFSET_TABLE_td_ta_set_eventtd_thr_get_infotd_thr_event_enabletd_ta_thr_iter__i686.get_pc_thunk.bxsnprintfopendirreaddiratoiclosedirtd_ta_event_addrps_pglobal_lookuptd_ta_event_getmsgptracetd_ta_newmalloc
  /system/core/debuggerd/
getevent.c 147 while((de = readdir(dir))) {
  /system/vold/
main.cpp 113 while((de = readdir(d))) {
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 167 @dirs = grep (!/^(\..*|CVS|RCS)$/, readdir (SCRIPTDIR) );
177 @files = grep (!/^(\..*|CVS|RCS|.*~)$/, readdir (SCRIPTDIR) );
849 while ($object = readdir ($dirhandle))
1000 @allfiles = grep (!/^(\.\.?|CVS|RCS)$/, readdir (DIR) );
1041 @files = readdir (DIR);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 41 * <dirent.h> for readdir()
53 * you are on OSF/1 V3.2 and plan to use readdir(), you must also define
596 # define _XReaddir(d,p) readdir(d)
614 (((p).result = readdir((d))) ? \
654 (((p).result = readdir((d))) ? \
671 (((p).result = readdir((d))) ? \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 32 * <dirent.h> for readdir()
44 * you are on OSF/1 V3.2 and plan to use readdir(), you must also define
587 # define _XReaddir(d,p) readdir(d)
605 (((p).result = readdir((d))) ? \
645 (((p).result = readdir((d))) ? \
662 (((p).result = readdir((d))) ? \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 41 * <dirent.h> for readdir()
53 * you are on OSF/1 V3.2 and plan to use readdir(), you must also define
596 # define _XReaddir(d,p) readdir(d)
614 (((p).result = readdir((d))) ? \
654 (((p).result = readdir((d))) ? \
671 (((p).result = readdir((d))) ? \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 32 * <dirent.h> for readdir()
44 * you are on OSF/1 V3.2 and plan to use readdir(), you must also define
587 # define _XReaddir(d,p) readdir(d)
605 (((p).result = readdir((d))) ? \
645 (((p).result = readdir((d))) ? \
662 (((p).result = readdir((d))) ? \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 32 * <dirent.h> for readdir()
44 * you are on OSF/1 V3.2 and plan to use readdir(), you must also define
587 # define _XReaddir(d,p) readdir(d)
605 (((p).result = readdir((d))) ? \
645 (((p).result = readdir((d))) ? \
662 (((p).result = readdir((d))) ? \
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
eclipse_1310.so 
  /external/kernel-headers/original/linux/
nfs_xdr.h 79 __u32 dtpref; /* pref. readdir transfer size */
799 int (*readdir) (struct dentry *, struct rpc_cred *, member in struct:nfs_rpc_ops

Completed in 863 milliseconds

1 2 3 4 5 6 78 91011>>