Searched refs:mount_dir (Results 1 – 2 of 2) sorted by relevance
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=$3180 "${image}" "${mount_dir}"186 "${image}" "${mount_dir}" "${try}"200 echo "ERROR: mounting ${image} at ${mount_dir} failed:"[all …]
107 static char *mount_dir; variable1532 mount_dir = optarg; in PRS()2545 if (mount_dir) { in main()2548 strncpy(fs->super->s_last_mounted, mount_dir, in main()