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

  /external/toolchain-utils/
weekly_report.py 170 image_path = os.path.join(data_path, image_dir)
172 if not os.path.exists(image_path):
173 os.makedirs(image_path)
175 (data_path, tar_file_path, image_path))
178 report_image_paths.append(image_path)
183 image_path = os.path.join(data_path, image_dir)
185 if not os.path.exists(image_path):
186 os.makedirs(image_path)
188 (data_path, v_file_path, image_path))
191 vanilla_image_paths.append(image_path)
    [all...]
  /external/devlib/devlib/module/
android.py 66 for partition, image_path in to_flash.iteritems():
68 self._flash_image(self.target, partition, expand_path(image_path))
95 def _flash_image(self, target, partition, image_path):
98 fastboot_flash_partition(partition, image_path)
123 image_path = os.path.join(base_dir, pair[1])
124 if not os.path.isfile(expand_path(image_path)):
126 mapping[pair[0]] = image_path
  /external/toolchain-utils/crosperf/
download_images_unittest.py 39 image_path = ('gs://chromeos-image-archive/%s/chromiumos_test_image.tar.xz'
49 test_chroot, test_build_id, image_path)
80 downloader.DownloadImage(test_chroot, test_build_id, image_path)
176 def GoodDownloadImage(root, build_id, image_path):
177 if root or build_id or image_path:
182 def BadDownloadImage(root, build_id, image_path):
183 if root or build_id or image_path:
210 image_path, autotest_path = downloader.Run(test_chroot, test_build_id,
219 self.assertTrue(image_path == 'chromiumos_test_image.bin')
225 image_path, autotest_path = downloader.Run(test_chroot, test_build_id
    [all...]
download_images.py 76 image_path = os.path.join(download_path, 'chromiumos_test_image.bin')
82 if not os.path.exists(image_path):
94 return image_path
277 image_path = self.DownloadImage(chromeos_root, build_id, image_name)
281 self._logger.LogOutput('Using image from %s.' % image_path)
286 return image_path, autotest_path
experiment_file.py 163 image_path, autotest_path = settings.GetXbuddyPath(value,
168 res += '\t#actual_image: %s\n' % image_path
  /external/avb/test/
avb_unittest_util.h 112 base::FilePath image_path = testdir_.Append(file_name); local
115 base::WriteFile(image_path,
118 return image_path;
122 std::string InfoImage(const base::FilePath& image_path) {
126 image_path.value().c_str(),
  /external/autotest/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py 166 image_ver, image_ver_str, image_path = self.images[image_name]
168 dest, ver = cr50_utils.InstallImage(self.host, image_path)
225 def add_image_to_update_order(self, image_name, image_path, ver=None):
235 @param image_path: the path for the image.
241 if not os.path.isfile(image_path):
242 image_path = self.fetch_image(ver)
244 _, ver = cr50_utils.InstallImage(self.host, image_path, tmp_file)
249 self.images[image_name] = (ver, ver_str, image_path)
250 logging.info("%s stored at %s with version %s", image_name, image_path,
  /external/autotest/server/cros/servo/
servo.py 572 def image_to_servo_usb(self, image_path=None,
581 @param image_path Path on the host to the recovery image.
596 if image_path:
599 if not self._server.download_image_to_usb(image_path):
610 def install_recovery_image(self, image_path=None,
619 @param image_path: Path on the host to the recovery image.
624 self.image_to_servo_usb(image_path, make_image_noninteractive)
629 def _scp_image(self, image_path):
637 @param image_path: a string, name of the firmware image file to be
642 dest_path = os.path.join('/tmp', os.path.basename(image_path))
    [all...]
  /external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py 66 self.servo.install_recovery_image(image_path=shim_image)
  /external/toolchain-utils/automation/clients/helper/
chromeos.py 32 image_path = os.path.join(self._chromeos_root, 'src/build/images', board,
40 image_path,
  /art/tools/bisection_search/
bisection_search.py 368 image_path = (GetEnvVariableOrError('ANDROID_HOST_OUT') +
371 image_path = args.image
372 base_cmd += ['-Ximage:{0}'.format(image_path)]
  /frameworks/native/cmds/installd/
dexopt.cpp 1146 const std::string image_path = create_image_filename(out_oat_path); local
    [all...]
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 163 image_path = version_map.format_image_name(board, cros_version)
164 uri = _BUILD_METADATA_PATTERN % image_path
  /external/toolchain-utils/fdo_scripts/
vanilla_vs_fdo.py 166 image_path = os.path.join(
170 self._chromeos_root, '--image=%s' % image_path,
  /art/patchoat/
patchoat.h 64 // Was the .art image at image_path made with --compile-pic ?
65 static bool IsImagePic(const ImageHeader& image_header, const std::string& image_path);
patchoat.cc 324 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) {
327 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic";
333 LOG(INFO) << "image at location " << image_path << " was compiled PIC";
    [all...]
  /build/make/tools/releasetools/
add_img_to_target_files 402 image_path = split_args[index + 1]
403 if os.path.exists(image_path):
408 OPTIONS.input_tmp, dir, os.path.basename(image_path))
413 assert found, 'failed to find %s' % (image_path,)
add_img_to_target_files.py 402 image_path = split_args[index + 1]
403 if os.path.exists(image_path):
408 OPTIONS.input_tmp, dir, os.path.basename(image_path))
413 assert found, 'failed to find %s' % (image_path,)
build_image.py 122 def AVBAddFooter(image_path, avbtool, footer_type, partition_size,
128 image_path: Path to image to modify.
144 "--image", image_path]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 158 def __init__(self, image_path, mountpoint):
159 self._image_path = image_path
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]

Completed in 1013 milliseconds