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

  /external/libmtp/examples/
evolution-sync.sh 85 unix2dos $SYNC_HOME/$CALENDAR_FILE $SYNC_HOME/$CONTACTS_FILE
  /development/build/tools/
patch_windows_sdk.sh 52 # The unix2dos is provided by the APT package "tofrodos". However
54 UNIX2DOS=$(which unix2dos || true)
55 if [[ ! -x $UNIX2DOS ]]; then
56 UNIX2DOS=$(which todos || true)
82 if [[ -x $UNIX2DOS ]]; then
83 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
84 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
windows_sdk.mk 21 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),)
22 $(error Need a unix2dos command. Please 'apt-get install tofrodos')

Completed in 47 milliseconds