Home
last modified time | relevance | path

Searched refs:img_path (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tools/skqp/src/
Dskqp_model.cpp115 SkString img_path = SkOSPath::Join(PATH_ROOT, name); in CheckAgainstModel() local
116 SkString max_path = SkOSPath::Join(img_path.c_str(), kMaxPngPath); in CheckAgainstModel()
117 SkString min_path = SkOSPath::Join(img_path.c_str(), kMinPngPath); in CheckAgainstModel()
/external/skia/tools/skqp/src/
Dskqp_model.cpp115 SkString img_path = SkOSPath::Join(PATH_ROOT, name); in CheckAgainstModel() local
116 SkString max_path = SkOSPath::Join(img_path.c_str(), kMaxPngPath); in CheckAgainstModel()
117 SkString min_path = SkOSPath::Join(img_path.c_str(), kMinPngPath); in CheckAgainstModel()
/external/autotest/client/bin/
Dpartition.py858 def _create_disk_img(self, img_path): argument
867 img_path, self.size)
869 cmd = 'truncate %s --size %dM' % (img_path, self.size)
872 e_msg = 'Error creating disk image %s: %s' % (img_path, e)
874 return img_path
/external/pdfium/testing/tools/
Dtest_runner.py140 for img_path, md5_hash in image_paths:
144 test_name = os.path.splitext(os.path.split(img_path)[1])[0]
154 self.gold_results.AddTestResult(test_name, md5_hash, img_path)
/external/toolchain-utils/crosperf/
Dresults_report.py697 img_path = os.path.realpath(os.path.expanduser(label.chromeos_image))
698 ver, img = ParseChromeosImage(img_path)