HomeSort by relevance Sort by last modified time
    Searched refs:DDIR (Results 1 - 5 of 5) sorted by null

  /external/netcat/scripts/
probe 8 DDIR=../data
37 data -g < ${DDIR}/nfs-0.d | $UCMD -i 1 -u "$1" 2049 | od -x 2>&1
  /bootable/recovery/minzip/
DirUtil.c 29 typedef enum { DMISSING, DDIR, DILLEGAL } DirStatus;
42 return DDIR;
105 if (ds == DDIR) {
  /ndk/build/tools/
build-platforms.sh 249 local DDIR="$DSTDIR/$2"
252 mkdir -p "$DDIR" && cp -rf "$SDIR"/* "$DDIR"
254 echo "ERROR: Could not copy $3 directory $SDIR into $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...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 113 #define DDIR (1 << 4)
181 #define OMAP_HSMMC_CMD52_READ (((SD_IO_RW_DIRECT << 24) | (OMAP_HSMMC_CMD_SHORT_RESPONSE << 16)) | DDIR)
183 #define OMAP_HSMMC_CMD53_READ (((SD_IO_RW_EXTENDED << 24) | (OMAP_HSMMC_CMD_SHORT_RESPONSE << 16)) | DP_SELECT | DDIR)
    [all...]

Completed in 239 milliseconds