Searched refs:mount_dir (Results 1 – 12 of 12) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
D | 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 …]
|
/external/toolchain-utils/ |
D | tc_enter_chroot.py | 27 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/ |
D | nfs_lib.sh | 73 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/ |
D | run_dejagnu.py | 354 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/ |
D | zygote.py | 56 self.mount_dir(self.host_path, constants.CONTAINER_AUTOTEST_DIR)
|
D | lxc_config_unittest.py | 113 def mount_dir(self, src, dst, ro): member in _MockContainer
|
D | config.py | 400 self.container.mount_dir(mount_config.source,
|
D | container.py | 284 def mount_dir(self, source, destination, readonly=False): member in Container
|
D | container_bucket.py | 326 container.mount_dir(source, destination, readonly)
|
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
D | platform_CrosDisksFilesystem.py | 50 if not is_write_test and not test_content.create(image.mount_dir):
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 112 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/ |
D | cros_disks.py | 594 def mount_dir(self): member in VirtualFilesystemImage
|