HomeSort by relevance Sort by last modified time
    Searched refs:mount_dir (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/scripts/image_signing/
common_minimal.sh 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:
    [all...]
  /system/core/toolbox/
mount.c 264 char mount_dir[256]; local
279 mount_dev, mount_dir, mount_type,
282 mount_dir[255] = 0;
287 strcmp(arg, mount_dir) == 0)) {
289 *dir = strdup(mount_dir);
  /external/e2fsprogs/misc/
mke2fs.c 107 static char *mount_dir; variable
    [all...]

Completed in 43 milliseconds