HomeSort by relevance Sort by last modified time
    Searched full:sdir (Results 1 - 20 of 20) sorted by null

  /ndk/build/tools/
dev-platform-compress.sh 63 SDIR=$SRCDIR/android-$PLATFORM
64 if [ ! -d "$SDIR" ]; then
65 echo "ERROR: Missing source platform directory: $SDIR"
73 SDIR=$SRCDIR/android-$PLATFORM
77 log "Copying directory: $SDIR --> $DDIR"
78 copy_directory "$SDIR" "$DDIR"
82 log "Compressing directory: $SDIR"
84 FILES=$(cd $SDIR && find . -type f)
92 CFILE=$SDIR/$FILENAME
build-gnu-libstdc++.sh 248 local SDIR="$BUILDDIR/install-$ABI-$GCC_VERSION"
254 copy_directory "$SDIR/include/c++/$GCC_VERSION" "$DDIR/include"
263 copy_directory "$SDIR/include/c++/$GCC_VERSION/$PREFIX/bits" "$DDIR/libs/$ABI/include/bits"
267 copy_file_list "$SDIR/lib" "$DDIR/libs/$ABI" libsupc++.a libgnustl_shared.so
269 cp "$SDIR/lib/libgnustl_shared.a" "$DDIR/libs/$ABI/libgnustl_static.a"
270 if [ -d "$SDIR/thumb" ] ; then
271 copy_file_list "$SDIR/thumb/lib" "$DDIR/libs/$ABI/thumb" libsupc++.a libgnustl_shared.so
272 cp "$SDIR/thumb/lib/libgnustl_shared.a" "$DDIR/libs/$ABI/thumb/libgnustl_static.a"
dev-platform-expand.sh 204 SDIR="$SRCDIR/android-$LEVEL"
206 if [ -d "$SDIR" ]; then
207 copy_directory "$SDIR/include" "$DDIR/include"
209 ARCH_SDIR="$SDIR/arch-$ARCH"
gen-platforms.sh 269 local SDIR="$SRCDIR/$1"
271 if [ -d "$SDIR" ] ; then
273 mkdir -p "$DDIR" && (cd "$SDIR" && 2>/dev/null tar chf - *) | (tar xf - -C "$DDIR")
275 echo "ERROR: Could not copy $3 directory $SDIR into $DDIR !"
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 251 llvm::cl::list<std::string>::iterator sdir, sdir_end = OptSearchDirList.end(); local
252 for (sdir = OptSearchDirList.begin(); sdir != sdir_end; ++sdir) {
253 config->addSearchDir(*sdir);
  /external/doclava/src/com/google/doclava/
SampleCode.java 203 String sdir[] = mpath.split("/"); local
204 if (sdir.length == 3 ) {
205 System.out.println("-----------------> this must be the root: [sdir len]" + sdir.length + "[dir]" + dir);
  /external/iptables/extensions/
libxt_policy.c 307 printf(" %sdir in", prefix);
309 printf(" %sdir out", prefix);
  /external/bison/examples/
Makefile.in     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/bison/
Makefile.in     [all...]
  /external/bison/examples/calc++/
Makefile.in     [all...]
  /external/bison/src/
Makefile.in     [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 1573 sprintf(sub,"%s/sdir",mountpt);
    [all...]
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 
  /external/bison/lib/
Makefile.in     [all...]
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdb.info     [all...]

Completed in 3706 milliseconds