Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsio0.c117 iohandler ->PhysicalFile[0] = 0; in cmsOpenIOhandlerFromNULL()
295 iohandler ->PhysicalFile[0] = 0; in cmsOpenIOhandlerFromMem()
421 strncpy(iohandler -> PhysicalFile, FileName, sizeof(iohandler -> PhysicalFile)-1); in cmsOpenIOhandlerFromFile()
422 iohandler -> PhysicalFile[sizeof(iohandler -> PhysicalFile)-1] = 0; in cmsOpenIOhandlerFromFile()
453 iohandler -> PhysicalFile[0] = 0; in cmsOpenIOhandlerFromStream()
1464 rc &= cmsSaveProfileToFile(hProfile, Icc ->IOhandler->PhysicalFile); in cmsCloseProfile()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h119 char PhysicalFile[cmsMAX_PATH]; member