Searched refs:DIR (Results 1 - 22 of 22) sorted by relevance

/ndk/build/tools/
H A Ddev-cleanup.sh24 DIR=$ANDROID_NDK_ROOT
26 if [ -f $DIR/RELEASE/TXT ]; then
30 if [ ! -d $DIR/.git ] ; then
36 rm -rf $DIR/platforms
37 rm -rf $DIR/toolchains/*/prebuilt
38 rm -rf $DIR/samples
39 rm -rf $DIR/prebuilt
42 rm -rf $DIR/$STLPORT_SUBDIR/libs
43 rm -rf $DIR/$GABIXX_SUBDIR/libs
45 rm -rf $DIR/
[all...]
H A Dndk-common.sh731 local DIR=${2-.}
733 mkdir -p "$DIR"
743 (cd $DIR && run unzip $ZIPFLAGS "$ARCHIVE")
746 run tar $TARFLAGS "$ARCHIVE" -C $DIR
749 run tar z$TARFLAGS "$ARCHIVE" -C $DIR
754 run tar --use-compress-prog=pbzip2 -$TARFLAGS "$ARCHIVE" -C $DIR
756 run tar j$TARFLAGS "$ARCHIVE" -C $DIR
759 find $DIR -name "\._*" -exec rm {} \;
H A Dgen-platforms.sh216 DIR="$SRCDIR/platforms/android-$PLATFORM"
217 if [ ! -d $DIR ] ; then
218 echo "ERROR: Directory missing: $DIR"
222 log " $DIR"
233 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ARCH"
234 if [ -d $DIR ] ; then
235 log " $DIR"
H A Dprebuilt-common.sh1268 local NAME PREFIX DIR BINPREFIX
1272 DIR=$(get_toolchain_install . $NAME $SYSTEM)
1273 BINPREFIX=${DIR#./}/bin/$PREFIX-
1282 local NAME DIR BINPREFIX
1285 DIR=$(get_toolchain_install . $NAME $SYSTEM)
1286 BINPREFIX=${DIR#./}/bin/
H A Ddev-platform-import.sh158 local DIR="$1"
164 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
H A Ddev-system-import.sh152 local DIR="$1"
158 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
/ndk/sources/host-tools/make-3.81/w32/include/
H A Ddirent.h50 } DIR; typedef in typeref:struct:dir_struct
52 DIR *opendir(const char *);
53 struct dirent *readdir(DIR *);
54 void rewinddir(DIR *);
55 void closedir(DIR *);
56 int telldir(DIR *);
57 void seekdir(DIR *, long);
/ndk/sources/host-tools/make-3.81/
H A Dvmsdir.h55 typedef struct DIR struct
64 } DIR; typedef in typeref:struct:DIR
70 extern DIR *opendir PARAMS (());
71 extern struct direct *readdir PARAMS ((DIR *dfd));
73 extern int closedir PARAMS ((DIR *dfd));
H A Dvmsfunctions.c34 DIR *
37 struct DIR *dir = (struct DIR *)xmalloc (sizeof (struct DIR));
78 readdir (DIR *dir)
117 closedir (DIR *dir)
H A Dconfigure1300 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1316 --bindir=DIR user executables [EPREFIX/bin]
1317 --sbindir=DIR system admin executables [EPREFIX/sbin]
1318 --libexecdir=DIR program executables [EPREFIX/libexec]
1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1322 --libdir=DIR object code libraries [EPREFIX/lib]
1323 --includedir=DIR
[all...]
H A Ddir.c179 DIR *dir;
242 DIR *dirstream; /* Stream reading this directory. */
571 /* Point the name-hashed entry for DIR at its contents data. */
580 /* Return 1 if the name FILENAME is entered in DIR's hash table.
973 directory hash table that matches DIR. */
1115 /* DIR->contents is nil if the directory could not be stat'd.
1116 DIR->contents->dirfiles is nil if it could not be opened. */
/ndk/sources/host-tools/make-3.81/w32/compat/
H A Ddirent.c27 DIR*
31 DIR* pDir;
49 /* allocate a DIR structure to return */
50 pDir = (DIR *) malloc(sizeof (DIR));
58 /* copy input directory name to DIR buffer */
85 closedir(DIR *pDir)
93 /* sanity check that this is a DIR pointer */
109 readdir(DIR* pDir)
118 /* sanity check that this is a DIR pointe
[all...]
/ndk/
H A Dremove-windows-symlink.sh17 DIR=`dirname "$SYMLINK"`
22 (cd "$DIR" && \
/ndk/tests/build/import-install/
H A Dbuild.sh24 DIR=$PWD/libs/$ABI
26 FILE=$DIR/$FILENAME
/ndk/tests/
H A Drun-tests.sh349 local SCRIPT_NAME="`basename \"$DIR\"`"
369 for DIR in `ls -d "$PROGDIR"/awk/*`; do
370 run_awk_test_dir "$DIR"
527 local DIR="$BUILD_DIR/$NAME"
537 rm -rf "$DIR" && cp -r "$1" "$DIR"
539 (run cd "$DIR" && run_ndk_build $NDK_BUILD_FLAGS)
582 for DIR in `ls -d $DEVNDK_DIR/platforms/android-*/samples`; do
583 SAMPLES_DIRS="$SAMPLES_DIRS $DIR"
600 for DIR i
[all...]
/ndk/tests/standalone/
H A Drun.sh204 local DIR="$1"
210 if [ -f "$DIR/run.sh" ]; then
214 elif [ -f "$DIR/run-$ABI.sh" ]; then
218 elif [ -f "$DIR/main.c" ]; then
222 elif [ -f "$DIR/main.cpp" ]; then
/ndk/sources/host-tools/make-3.81/tests/
H A Dtest_driver.pl939 # DIR indicates a directory
956 if ($dirtree {$path} =~ /^DIR$/)
999 opendir (DIR, $basedir) || &error ("Couldn't open $basedir: $!\n", 1);
1000 @allfiles = grep (!/^(\.\.?|CVS|RCS)$/, readdir (DIR) );
1001 closedir (DIR);
1037 if ($dirtree {$path} =~ /^DIR$/)
1039 if (-d _ && opendir (DIR, "$basedir/$path") )
1041 @files = readdir (DIR);
1042 closedir (DIR);
/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c132 DIR* dir;
303 DIR * dir;
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c129 DIR* dir;
339 DIR * dir;
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dlibthread_db.c141 DIR* dir;
352 DIR * dir;
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.c1318 : readdir ((DIR *) stream));
1403 closedir ((DIR *) stream);
1415 closedir ((DIR *) stream);
/ndk/sources/host-tools/sed-4.2.1/
H A Dconfigure1691 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1707 --bindir=DIR user executables [EPREFIX/bin]
1708 --sbindir=DIR system admin executables [EPREFIX/sbin]
1709 --libexecdir=DIR program executables [EPREFIX/libexec]
1710 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1711 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1712 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1713 --libdir=DIR object code libraries [EPREFIX/lib]
1714 --includedir=DIR
[all...]

Completed in 286 milliseconds