OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirent
(Results
276 - 300
of
483
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/system/core/include/arch/freebsd-x86/
AndroidConfig.h
247
* Define if
dirent
struct has d_type field
/system/core/include/arch/linux-arm/
AndroidConfig.h
249
* Define if
dirent
struct has d_type field
/system/core/include/arch/linux-ppc/
AndroidConfig.h
236
* Define if
dirent
struct has d_type field
/system/core/include/arch/linux-sh/
AndroidConfig.h
247
* Define if
dirent
struct has d_type field
/system/core/include/arch/linux-x86/
AndroidConfig.h
236
* Define if
dirent
struct has d_type field
/system/core/include/arch/target_linux-x86/
AndroidConfig.h
243
* Define if
dirent
struct has d_type field
/system/core/include/arch/windows/
AndroidConfig.h
210
* Define if
dirent
struct has d_type field
/system/core/sdcard/
sdcard.c
27
#include <
dirent
.h>
167
struct
dirent
* entry;
259
struct
dirent
* entry;
872
struct
dirent
*de;
/external/chromium/base/
process_util_linux.cc
8
#include <
dirent
.h>
87
while (struct
dirent
* ent = readdir(dir)) {
170
dirent
* slot = 0;
/external/wpa_supplicant/
driver_test.c
17
#include <
dirent
.h>
68
struct
dirent
*dent;
780
struct
dirent
*dent;
/external/wpa_supplicant_8/hostapd/
hostapd_cli.c
16
#include <
dirent
.h>
610
struct
dirent
*dent;
980
struct
dirent
*dent;
/frameworks/base/cmds/rawbu/
backup.cpp
10
#include <
dirent
.h>
67
struct
dirent
*de;
254
struct
dirent
*de;
/frameworks/base/core/jni/
android_util_Process.cpp
36
#include <
dirent
.h>
186
struct
dirent
*de;
562
struct
dirent
* entry;
/hardware/libhardware_legacy/wifi/
wifi.c
21
#include <
dirent
.h>
446
struct
dirent
entry;
447
struct
dirent
*result;
/system/core/toolbox/
getevent.c
5
#include <
dirent
.h>
265
struct
dirent
*de;
454
struct
dirent
*de;
/external/e2fsprogs/e2fsck/
pass1.c
404
struct ext2_dir_entry *
dirent
;
local
481
dirent
= (struct ext2_dir_entry *) buf;
482
retval = ext2fs_get_rec_len(ctx->fs,
dirent
, &rec_len);
485
if (((
dirent
->name_len & 0xFF) != 1) ||
486
(
dirent
->name[0] != '.') ||
487
(
dirent
->inode != pctx->ino) ||
493
dirent
= (struct ext2_dir_entry *) (buf + rec_len);
494
retval = ext2fs_get_rec_len(ctx->fs,
dirent
, &rec_len);
497
if (((
dirent
->name_len & 0xFF) != 2) ||
498
(
dirent
->name[0] != '.') |
[
all
...]
/external/e2fsprogs/resize/
resize2fs.c
[
all
...]
/external/strace/
file.c
36
#include <
dirent
.h>
38
#define
dirent
kernel_dirent
macro
71
#include <linux/
dirent
.h>
72
#undef
dirent
macro
75
#define kernel_dirent
dirent
[
all
...]
/bionic/libc/bionic/
fts.c
35
#include <
dirent
.h>
545
struct
dirent
*dp;
625
* lot easier here since the length is part of the
dirent
structure.
/external/bluetooth/glib/gio/
gcontenttype.c
393
#include <
dirent
.h>
1001
struct
dirent
*ent;
1024
struct
dirent
*ent;
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c
25
#include <
dirent
.h>
109
struct
dirent
*dent;
998
struct
dirent
*dent;
[
all
...]
/device/samsung/tuna/libsensors/
sensors.cpp
25
#include <
dirent
.h>
/external/oprofile/daemon/
oprofiled.c
44
#include <
dirent
.h>
/external/pcre/
config.h.in
46
/* Define to 1 if you have the <
dirent
.h> header file. */
/external/valgrind/unittest/
thread_wrappers_pthread.h
42
#include <
dirent
.h>
Completed in 499 milliseconds
<<
11
12
13
14
15
16
17
18
19
20