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

  /ndk/build/tools/
dev-platform-compress.sh 74 DDIR=$DSTDIR/android-$PLATFORM
77 log "Copying directory: $SDIR --> $DDIR"
78 copy_directory "$SDIR" "$DDIR"
93 DFILE=$DDIR/$FILENAME
109 DFILE=$DDIR/$FILENAME
build-gnu-libstdc++.sh 238 local DDIR="$NDK_DIR/$GNUSTL_SUBDIR"
242 copy_directory "$SDIR/include/c++/$VERSION" "$DDIR/include"
243 rm -rf "$DDIR/include/$PREFIX"
248 mkdir -p "$DDIR/libs/$ABI/include"
251 copy_directory "$SDIR/include/c++/$VERSION/$PREFIX/bits" "$DDIR/libs/$ABI/include/bits"
255 copy_file_list "$SDIR/lib" "$DDIR/libs/$ABI" libsupc++.a libgnustl_shared.so
257 cp "$SDIR/lib/libgnustl_shared.a" "$DDIR/libs/$ABI/libgnustl_static.a"
dev-platform-expand.sh 205 DDIR="$DSTDIR/android-$PLATFORM"
207 copy_directory "$SDIR/include" "$DDIR/include"
210 ARCH_DDIR="$DDIR/arch-$ARCH"
build-platforms.sh 236 local DDIR="$DSTDIR/$2"
239 mkdir -p "$DDIR" && (cd "$SDIR" && tar chf - *) | (tar xf - -C "$DDIR")
241 echo "ERROR: Could not copy $3 directory $SDIR into $DDIR !"
gen-platforms.sh 261 local DDIR="$DSTDIR/$2"
264 mkdir -p "$DDIR" && (cd "$SDIR" && 2>/dev/null tar chf - *) | (tar xf - -C "$DDIR")
266 echo "ERROR: Could not copy $3 directory $SDIR into $DDIR !"
package-release.sh 249 local DDIR="${2:-$DSTDIR}"
252 unpack_archive "$PREBUILT_DIR/$PREBUILT" "$DDIR"
  /bootable/recovery/minzip/
DirUtil.c 29 typedef enum { DMISSING, DDIR, DILLEGAL } DirStatus;
42 return DDIR;
106 if (ds == DDIR) {
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 131 #define DDIR (1 << 4)
199 #define OMAP_HSMMC_CMD52_READ (((SD_IO_RW_DIRECT << 24) | (OMAP_HSMMC_CMD_SHORT_RESPONSE << 16)) | DDIR)
201 #define OMAP_HSMMC_CMD53_READ (((SD_IO_RW_EXTENDED << 24) | (OMAP_HSMMC_CMD_SHORT_RESPONSE << 16)) | DP_SELECT | DDIR)
    [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 

Completed in 93 milliseconds