Home
last modified time | relevance | path

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

/lint-checks/src/main/java/androidx/build/lint/
DSampledAnnotationDetector.kt310 val currentPath = context.psiFile!!.virtualFile.path in handleSampleCode() constant
312 if (SAMPLES_DIRECTORY !in currentPath) { in handleSampleCode()