HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 201 - 225 of 628) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
file.cc 157 struct dirent* entry = readdir(dir);
  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 217 while ((entry = ::readdir(fDIR)) != NULL)
  /external/e2fsprogs/lib/blkid/
devno.c 105 while ((dp = readdir(dir)) != 0) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 176 while ( (m_curs_id = readdir(m_folder_id)) != NULL) {
  /external/grub/stage2/
dir.h 141 extern struct direct *readdir ();
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 68 while (( ent = readdir(d) )) {
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 128 while (0 != (Entry = readdir(ProcDir))) {
  /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 217 while ((entry = ::readdir(fDIR)) != NULL)
  /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))) {
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 111 while ((pEntry = readdir(pDir))) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 75 while ((d = readdir(dir)) != NULL) {
  /libcore/luni/src/main/native/
java_io_File.cpp 110 dirent* result = readdir(mDirStream);
java_lang_ProcessManager.cpp 57 while ((e = readdir(d)) != 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/core/libutils/
ProcessCallStack.cpp 194 ALOGE("%s: Failed to readdir from %s (errno = %d, '%s')",
  /system/netd/
InterfaceController.cpp 157 while((d = readdir(dir)) != NULL) {

Completed in 670 milliseconds

1 2 3 4 5 6 7 891011>>