/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...] |
/external/toolchain-utils/ |
tc_enter_chroot.py | 27 def __init__(self, external_dir, mount_dir, owner, options=None): 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) 54 logger.GetLogger().LogFatalIf(retv, 'Cannot create 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 [all...] |
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
platform_CrosDisksFilesystem.py | 50 if not is_write_test and not test_content.create(image.mount_dir):
|
/external/toolchain-utils/dejagnu/ |
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/client/site_tests/platform_CrosDisksArchive/ |
platform_CrosDisksArchive.py | 127 archive_path = os.path.join(image.mount_dir, archive_name)
|
/external/autotest/site_utils/ |
lxc.py | 490 should be used, refer to function mount_dir. 608 def mount_dir(self, source, destination, readonly=False): member in class:Container [all...] |
/external/autotest/client/cros/ |
cros_disks.py | 594 def mount_dir(self): member in class:VirtualFilesystemImage
|
/external/e2fsprogs/misc/ |
mke2fs.c | 109 static char *mount_dir; variable [all...] |