Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_PrinterPpds/
DppdTool.go284 func checkNotExists(path string) { func
535 checkNotExists(pathLargeClusters)
536 checkNotExists(pathSmallClusters)
537 checkNotExists(pathCorePPDs)
538 checkNotExists(pathExtPPDs)
601 checkNotExists(*flagOutput)
/external/javassist/src/main/javassist/
DClassPool.java597 CtClass checkNotExists(String classname) { in checkNotExists() method in ClassPool
780 CtClass found = checkNotExists(classname); in makeClassIfNew()