Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcups/cups/
H A Dppd-private.h162 extern _ppd_cache_t *_ppdCacheCreateWithFile(const char *filename,
H A Dlibcups2.def110 _ppdCacheCreateWithFile
H A Dtestpwg.c429 if ((pc2 = _ppdCacheCreateWithFile("test.pwg", NULL)) == NULL) in test_ppd_cache()
H A Dppd-cache.c444 _ppdCacheCreateWithFile( in _ppdCacheCreateWithFile() function
/aosp_15_r20/external/libcups/scheduler/
H A Dprinters.c3912 if ((p->pc = _ppdCacheCreateWithFile(cache_name, &p->ppd_attrs)) != NULL && in load_ppd()