HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/libc/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /dalvik/tools/dmtracedump/
dmtracedump.pl 3 opendir(DIR, ".") || die "can't opendir $some_dir: $!";
4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
18 closedir DIR;
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 6 DIR="${DIR-@datadir@/ss}"
29 DIR="$_SS_DIR_OVERRIDE";
32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
33 DIR="$SS_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then
51 ${SED} -f "${DIR}/ct_c.sed" "${FILE}"
    [all...]
  /build/tools/droiddoc/test/stubs/
run.sh 17 DIR=build/tools/droiddoc/test/stubs
21 . $TOP/$DIR/func.sh
24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled
26 build_stubs a $DIR/src $A_STUBS
32 diff -r $DIR/expected $A_STUBS
  /development/build/tools/
sdk_clean.sh 9 DIR=$1
21 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
27 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
42 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
  /external/e2fsprogs/lib/et/
compile_et.sh.in 7 DIR="${DIR-@datadir@/et}"
12 DIR="$ET_DIR"
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
33 DIR="$ET_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et
    [all...]
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 41 /* disk transfer area for this dir */
44 /* dirent struct to return from dir (NOTE: this makes this thread
45 * safe as long as only one thread uses a particular DIR struct at
60 /* given path for dir with search pattern (struct is extended) */
62 } DIR;
64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.h 42 DIR = 258,
61 #define DIR 258
  /bionic/libc/unistd/
opendir.c 37 struct DIR
46 int dirfd(DIR* dirp)
51 DIR* opendir( const char* dirpath )
53 DIR* dir = malloc(sizeof(DIR)); local
55 if (!dir)
58 dir->_DIR_fd = open(dirpath, O_RDONLY|O_DIRECTORY);
59 if (dir->_DIR_fd < 0)
61 free(dir);
77 DIR* dir = malloc(sizeof(DIR)); local
    [all...]
  /external/grub/stage2/
dir.h 43 * @(#)dir.h 7.6 (Berkeley) 5/9/89
133 DIR;
140 extern DIR *opendir ();
  /external/grub/util/
grub-set-default 36 --root-directory=DIR Use the directory DIR instead of the root directory
grub-set-default.in 36 --root-directory=DIR Use the directory DIR instead of the root directory
  /frameworks/base/cmds/installd/
utils.c 73 static int _delete_dir_contents(DIR *d, const char *ignore)
91 DIR *subdir;
132 DIR *d;
151 DIR *d;
  /system/netd/
main.cpp 79 static void do_coldboot(DIR *d, int lvl)
93 DIR *d2;
117 DIR *d = opendir(path);
  /external/icu4c/tools/genrb/
gendtjar.pl 187 opendir(DIR,$icuBuildDir);
189 @list = readdir(DIR);
190 closedir(DIR);
262 my $dir = $tempDir."/".$icu4jDataDir;
264 mkpath($dir) ;
269 opendir(DIR,$icuDataDir);
271 @list = readdir(DIR);
272 closedir(DIR);
314 my $dir = $tempDir."/".$icu4jDataDir;
316 mkpath($dir);
    [all...]
  /external/e2fsprogs/lib/e2p/
iod.c 28 DIR * dir; local
53 dir = opendir (dir_name);
54 if (dir == NULL) {
58 while ((dep = readdir (dir))) {
70 closedir(dir);
  /external/openssl/ssl/
install.com 36 CREATE/DIR/LOG WRK_SSLROOT:[000000]
38 CREATE/DIR/LOG WRK_SSLXLIB:
40 CREATE/DIR/LOG WRK_SSLINCLUDE:
42 CREATE/DIR/LOG WRK_SSLXEXE:
  /external/openssl/apps/
CA.com 95 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP']
96 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.certs]
97 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.crl]
98 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.newcerts]
99 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.private]
  /bootable/recovery/applypatch/
freecache.c 15 DIR* d;
34 DIR* fdd;
75 DIR* d;

Completed in 1687 milliseconds

1 2 3 4 5 6 7 8 910