Home
last modified time | relevance | path

Searched refs:mount_dir (Results 1 – 12 of 12) sorted by relevance

/external/vboot_reference/scripts/image_signing/
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} failed:"
[all …]
/external/toolchain-utils/
Dtc_enter_chroot.py27 def __init__(self, external_dir, mount_dir, owner, options=None): argument
29 self.mount_dir = os.path.realpath(mount_dir)
49 mount_signature = '%s on %s' % (self.external_dir, self.mount_dir)
53 retv = self.CreateAndOwnDir(self.mount_dir)
65 return ce.RunCommand('sudo umount %s' % self.mount_dir)
68 command = 'sudo mount --bind ' + self.external_dir + ' ' + self.mount_dir
70 command += ' && sudo mount --bind -oremount,ro ' + self.mount_dir
77 ret += self.mount_dir + '\n'
275 mount_dir = mount_values[1]
280 mount_point = MountPoint(external_dir, chroot_dir + '/' + mount_dir,
/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh73 local mount_dir
93 mount_dir="[$(tst_ipaddr rhost)]:$remote_dir"
95 mount_dir="$(tst_ipaddr rhost):$remote_dir"
99 tst_resm TINFO "Mounting NFS '$mount_dir'"
102 ROD mount -t nfs $opts $mount_dir $local_dir
/external/toolchain-utils/dejagnu/
Drun_dejagnu.py354 raise RuntimeError('Failed to unmount {0}'.format(mp.mount_dir))
356 self._l.LogOutput('{0} unmounted successfully.'.format(mp.mount_dir))
360 mp.mount_dir))
362 self._l.LogOutput('{0} mounted successfully.'.format(mp.mount_dir))
/external/autotest/site_utils/lxc/
Dzygote.py56 self.mount_dir(self.host_path, constants.CONTAINER_AUTOTEST_DIR)
Dlxc_config_unittest.py113 def mount_dir(self, src, dst, ro): member in _MockContainer
Dconfig.py400 self.container.mount_dir(mount_config.source,
Dcontainer.py284 def mount_dir(self, source, destination, readonly=False): member in Container
Dcontainer_bucket.py326 container.mount_dir(source, destination, readonly)
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dplatform_CrosDisksFilesystem.py50 if not is_write_test and not test_content.create(image.mount_dir):
/external/e2fsprogs/misc/
Dmke2fs.c112 static char *mount_dir; variable
1739 mount_dir = optarg; in PRS()
3025 if (mount_dir) { in main()
3028 strncpy(fs->super->s_last_mounted, mount_dir, in main()
/external/autotest/client/cros/
Dcros_disks.py594 def mount_dir(self): member in VirtualFilesystemImage