Home | History | Annotate | Download | only in image_signing

Lines Matching full:mount_dir

142   local mount_dir="$1"
143 sudo touch "$mount_dir/$TAG_NEEDS_TO_BE_SIGNED"
150 local mount_dir="$1"
151 [ -f "$mount_dir/$TAG_NEEDS_TO_BE_SIGNED" ]
158 local mount_dir="$1"
159 [ -f "$mount_dir/$(dirname "$TAG_NEEDS_TO_BE_SIGNED")" ]
168 local mount_dir=$3
180 "${image}" "${mount_dir}"
186 "${image}" "${mount_dir}" "${try}"
200 echo "ERROR: mounting ${image} at ${mount_dir} failed:"
216 local mount_dir=$3
218 if is_rootfs_partition "$mount_dir"; then
219 tag_as_needs_to_be_resigned "$mount_dir"