Searched refs:mount_dir (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/scripts/image_signing/
H A Dcommon_minimal.sh142 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} faile
[all...]
/external/e2fsprogs/misc/
H A Dmke2fs.c107 static char *mount_dir; variable
1532 mount_dir = optarg;
2545 if (mount_dir) {
2548 strncpy(fs->super->s_last_mounted, mount_dir,

Completed in 129 milliseconds