Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DCompiledResourcesMonitor.java106 IPath relativeClassPath = file.getFullPath().removeFirstSegments(3); in fileChanged() local
107 if (packagePathMatches(relativeClassPath.toString(), className)) { in fileChanged()