Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-util.c191 struct stat ppdinfo; /* PPD file information */ in cupsGetPPD3() local
196 if (!stat(ppdname, &ppdinfo) && !access(ppdname, R_OK)) in cupsGetPPD3()
292 if (*modtime >= ppdinfo.st_mtime) in cupsGetPPD3()
296 *modtime = ppdinfo.st_mtime; in cupsGetPPD3()