Home
last modified time | relevance | path

Searched refs:diff_path (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/tools/
Dsafetynet_image.py74 self.diff_path = os.path.join(self.output_path, 'diff')
75 if not os.path.exists(self.diff_path):
76 os.makedirs(self.diff_path)
78 self.image_locations = ImageLocations(self.output_path, self.diff_path,
246 def __init__(self, output_path, diff_path, two_labels): argument
256 self.diff_path = diff_path
271 image: os.path.join(self.diff_path, image) for image in self.images
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dcore_installer.py351 for diff_path in patch_file_paths:
353 diff_path.as_posix(),