Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c50 char *fname = "/data/local/tmp/CVE-2017-0477.gif"; in main() local
51 int fd = open(fname, O_RDONLY); in main()
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py420 def write_image(img, fname, apply_gamma=False): argument
441 Image.fromarray((img * 255.0).astype(numpy.uint8), 'RGB').save(fname)
444 Image.fromarray(img3, 'RGB').save(fname)
449 def read_image(fname): argument
451 return Image.open(fname)