Home
last modified time | relevance | path

Searched refs:image_dir (Results 1 – 7 of 7) sorted by relevance

/external/toolchain-utils/
Dweekly_report.py170 image_dir = '%s_test_image' % day
171 image_path = os.path.join(data_path, image_dir)
183 image_dir = '%s_vanilla_image' % day
184 image_path = os.path.join(data_path, image_dir)
Dremote_gcc_build.py248 image_dir = os.path.join(chromeos_root, 'src', 'build', 'images', board,
250 command = 'rm -rf {0} && mkdir -p {0}'.format(image_dir)
253 command = 'mv {0}/chromiumos_test_image.bin {1}'.format(board_dir, image_dir)
Dimage_chromeos.py363 image_dir = os.path.dirname(image)
369 ' --stateful_mountpt=%s' % (image_dir, image_file, rootfs_mp,
/external/toolchain-utils/cros_utils/
Dmisc.py117 image_dir = GetImageDir(chromeos_root, board)
118 latest_image_dir = os.path.join(image_dir, 'latest')
122 with WorkingDirectory(image_dir):
/external/avb/
Davbtool1123 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1209 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1371 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1388 image_filename = os.path.join(image_dir, self.partition_name + image_ext)
1528 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1545 image_filename = os.path.join(image_dir, self.partition_name + image_ext)
1638 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1741 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
2246 image_dir = os.path.dirname(image_filename)
2297 if not desc.verify(image_dir, image_ext, expected_chain_partitions_map, image):
[all …]
/external/toolchain-utils/fdo_scripts/
Dvanilla_vs_fdo.py71 image_dir = misc.GetImageDir(self._chromeos_root, self._board)
/external/autotest/client/common_lib/cros/
Ddev_server.py1746 image_dir=_get_image_storage_server())