HomeSort by relevance Sort by last modified time
    Searched refs:dirent (Results 51 - 75 of 353) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/base/
dir_reader_linux.h 52 linux_dirent* dirent = reinterpret_cast<linux_dirent*>(&buf_[offset_]); local
53 offset_ += dirent->d_reclen;
75 const linux_dirent* dirent = local
77 return dirent->d_name;
  /external/kernel-headers/original/linux/
dirent.h 4 struct dirent { struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dirent.h 20 # error "Never use <bits/dirent.h> directly; include <dirent.h> instead."
23 struct dirent struct
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 40 static int get_pathname_proc(struct ext2_dir_entry *dirent,
51 if (((dirent->name_len & 0xFF) == 2) &&
52 !strncmp(dirent->name, "..", 2))
53 gp->parent = dirent->inode;
54 if (dirent->inode == gp->search_ino) {
55 retval = ext2fs_get_mem((dirent->name_len & 0xFF) + 1,
61 strncpy(gp->name, dirent->name, (dirent->name_len & 0xFF));
62 gp->name[dirent->name_len & 0xFF] = '\0';
  /external/e2fsprogs/debugfs/
ls.c 46 struct ext2_dir_entry *dirent, variable in typeref:struct:ext2_dir_entry
63 thislen = ((dirent->name_len & 0xFF) < EXT2_NAME_LEN) ?
64 (dirent->name_len & 0xFF) : EXT2_NAME_LEN;
65 strncpy(name, dirent->name, thislen);
67 ino = dirent->inode;
100 inode.i_mode, dirent->name_len >> 8,
109 sprintf(tmp, "%c%u%c (%d) %s ", lbr, dirent->inode, rbr,
110 dirent->rec_len, name);
ncheck.c 29 static int ncheck_proc(struct ext2_dir_entry *dirent,
42 if (iw->iarray[i] == dirent->inode) {
44 (dirent->name_len & 0xFF), dirent->name);
htree.c 37 struct ext2_dir_entry *dirent; local
69 dirent = (struct ext2_dir_entry *) (buf + offset);
70 errcode = ext2fs_get_rec_len(fs, dirent, &rec_len);
80 ((((unsigned) dirent->name_len & 0xFF)+8) > rec_len)) {
84 thislen = ((dirent->name_len & 0xFF) < EXT2_NAME_LEN) ?
85 (dirent->name_len & 0xFF) : EXT2_NAME_LEN;
86 strncpy(name, dirent->name, thislen);
94 sprintf(tmp, "%u 0x%08x-%08x (%d) %s ", dirent->inode,
394 struct ext2_dir_entry *dirent; local
412 dirent = (struct ext2_dir_entry *) (p->buf + offset)
    [all...]
  /frameworks/base/libs/diskusage/
dirsize.c 18 #include <dirent.h>
42 struct dirent *de;
  /frameworks/base/media/libeffects/factory/
EffectsFactory.h 22 #include <dirent.h>
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 2 * DIRENT.H (formerly DIRLIB.H)
20 struct dirent struct
44 /* dirent struct to return from dir (NOTE: this makes this thread
47 struct dirent dd_dir;
65 struct dirent* __cdecl readdir (DIR*);
91 /* dirent struct to return from dir (NOTE: this makes this thread
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dirent.h 20 * POSIX Standard: 5.1.2 Directory Operations <dirent.h>
47 /* This file defines `struct dirent'.
62 #include <bits/dirent.h>
68 /* These macros extract size information from a `struct dirent *'.
153 dirent' describing the entry, or NULL for EOF or error. The
163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
185 struct dirent *__restrict __entry,
186 struct dirent **__restrict __result)
192 struct dirent *__restrict __entry
    [all...]
  /frameworks/base/drm/libdrmframework/include/
PlugInManager.h 22 #include <dirent.h>
205 struct dirent* pEntry;
229 bool isPlugIn(const struct dirent* pEntry) const {
239 bool isDotOrDDot(const struct dirent* pEntry) const {
247 bool isDirectory(const struct dirent* pEntry) const {
254 bool isRegularFile(const struct dirent* pEntry) const {
261 bool isLink(const struct dirent* pEntry) const {
  /external/e2fsprogs/e2fsck/
message.c 19 * %Di <dirent>->ino inode number
20 * %Dn <dirent>->name string
21 * %Dr <dirent>->rec_len
22 * %Dl <dirent>->name_len
23 * %Dt <dirent>->filetype
43 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
44 * the containing directory. (If dirent is NULL
360 struct ext2_dir_entry *dirent; local
364 if (!ctx || !ctx->dirent)
367 dirent = ctx->dirent
    [all...]
rehash.c 89 struct ext2_dir_entry *dirent; local
105 dirent = (struct ext2_dir_entry *) dir;
106 (void) ext2fs_set_rec_len(fs, fs->blocksize, dirent);
119 dirent = (struct ext2_dir_entry *) (dir + dir_offset);
120 (void) ext2fs_get_rec_len(fs, dirent, &rec_len);
124 (((dirent->name_len & 0xFF)+8) > rec_len)) {
129 if (dirent->inode == 0)
131 if (!fd->compress && ((dirent->name_len&0xFF) == 1) &&
132 (dirent->name[0] == '.'))
134 if (!fd->compress && ((dirent->name_len&0xFF) == 2) &
405 struct ext2_dir_entry *dirent; local
    [all...]
  /device/samsung/tuna/libsensors/
LightSensor.cpp 22 #include <dirent.h>
PressureSensor.cpp 22 #include <dirent.h>
ProximitySensor.cpp 22 #include <dirent.h>
  /external/e2fsprogs/tests/progs/
hold_inode.c 15 #include <dirent.h>
  /external/openssl/crypto/
LPdir_unix.c 33 #include <dirent.h>
67 struct dirent *direntry = NULL;
  /frameworks/base/include/media/
mediascanner.h 26 struct dirent;
72 struct dirent* entry, char* fileSpot);
  /system/core/toolbox/
rm.c 5 #include <dirent.h>
21 struct dirent *de;
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 23 #include <dirent.h>
202 struct dirent * dirent; local
211 while ((dirent = readdir(dir))) {
212 if (sscanf(dirent->d_name, "%u", &pid) == 1) {
  /external/oprofile/libutil/
op_file.c 15 #include <dirent.h>
89 struct dirent * ent,
120 * and whether the current dirent matches the filter. There are 6 possible
134 struct dirent * ent;
  /bionic/libc/private/
syscommon.h 15 #include <sys/dirent.h>
  /bootable/recovery/applypatch/
freecache.c 9 #include <dirent.h>
16 struct dirent* de;
35 struct dirent* fdde;
76 struct dirent* de;

Completed in 628 milliseconds

1 23 4 5 6 7 8 91011>>