Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java1121 String resOutPath = resOutFile.isDirectory() ? resOutFile.getAbsolutePath() : null; in handleResources() local
1123 execAapt(project, projectTarget, osOutputPath, resOutPath, osResPath, osManifestPath, in handleResources()