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"77 local TARGET="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"85 local TARGET="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"92 local TARGET="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"104 if $(mount | grep --quiet "$IOS_MOUNT_POINT"); then105 >&2 echo "Device already mounted at: $IOS_MOUNT_POINT - Unmounting."110 if [[ ! -d "$IOS_MOUNT_POINT" ]]; then111 mkdir -p $IOS_MOUNT_POINT113 ifuse --container $IOS_BUNDLE_ID $IOS_MOUNT_POINT[all …]