Searched refs:IOS_MOUNT_POINT (Results 1 – 1 of 1) sorted by relevance
12 if [[ -z "${IOS_MOUNT_POINT}" ]]; then13 IOS_MOUNT_POINT="/tmp/mnt_iosdevice"37 local TARGET="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"45 local TARGET="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"52 local TARGET="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"64 if $(mount | grep --quiet "$IOS_MOUNT_POINT"); then65 >&2 echo "Device already mounted at: $IOS_MOUNT_POINT - Unmounting."70 if [[ ! -d "$IOS_MOUNT_POINT" ]]; then71 mkdir -p $IOS_MOUNT_POINT73 ifuse --container $IOS_BUNDLE_ID $IOS_MOUNT_POINT[all …]