Searched refs:outputResource (Results 1 – 1 of 1) sorted by relevance
1014 IResource outputResource = wsRoot.findMember(path); in gatherPaths() local1015 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() local1055 if (outputResource != null && outputResource.getType() == IResource.FOLDER) { in handleCPE()1056 mCompiledCodePaths.add(outputResource.getLocation().toOSString()); in handleCPE()