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

1 2 3 4 5 6 7 8 9

  /ndk/build/tools/
dev-cleanup.sh 24 DIR=$ANDROID_NDK_ROOT
26 if [ -f $DIR/RELEASE/TXT ]; then
30 if [ ! -d $DIR/.git ] ; then
35 rm -rf $DIR/platforms
36 rm -rf $DIR/toolchains/*/prebuilt
37 rm -rf $DIR/samples
39 DIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
40 if [ ! -d $DIR ] ; then
41 echo "WARNING: Development directory missing: $DIR"
71 for PROJECT in $DIR/samples/*; d
    [all...]
build-platforms.sh 121 --src-dir=*)
124 --dst-dir=*)
153 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"
154 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
200 DIR="$SRCDIR/platforms/android-$PLATFORM"
201 if [ ! -d $DIR ] ; then
202 echo "ERROR: Directory missing: $DIR"
206 log " $DIR"
217 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ABI"
218 if [ -d $DIR ] ; the
    [all...]
  /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...]
  /development/ndk/platforms/android-3/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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
  /system/netd/
main.cpp 79 static void do_coldboot(DIR *d, int lvl)
93 DIR *d2;
117 DIR *d = opendir(path);
  /frameworks/base/cmds/installd/
utils.c 73 static int _delete_dir_contents(DIR *d, const char *ignore)
91 DIR *subdir;
136 DIR *d;
157 DIR *d;
  /development/ndk/tests/
run-all.sh 124 for DIR in $SAMPLE_DIRS; do
125 build_sample $DIR
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 79 DIR=$BASE/src/com/android/$i
80 if [ -d $DIR ]; then

Completed in 1163 milliseconds

1 2 3 4 5 6 7 8 9