Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java1014 IResource outputResource = wsRoot.findMember(path); in gatherPaths() local
1015 if (outputResource != null && outputResource.getType() == IResource.FOLDER) { in gatherPaths()
1016 mCompiledCodePaths.add(outputResource.getLocation().toOSString()); in gatherPaths()
1054 IResource outputResource = wsRoot.findMember(path); in handleCPE() local
1055 if (outputResource != null && outputResource.getType() == IResource.FOLDER) { in handleCPE()
1056 mCompiledCodePaths.add(outputResource.getLocation().toOSString()); in handleCPE()