Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java252 IPath manifestLocation = manifestFile.getLocation(); in packageResources() local
254 if (resLocation != null && manifestLocation != null) { in packageResources()
281 String osManifestPath = manifestLocation.toOSString(); in packageResources()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java1068 IPath manifestLocation = manifest == null ? null : manifest.getLocation(); in handleResources() local
1072 && manifestLocation != null) { in handleResources()
1075 String osManifestPath = manifestLocation.toOSString(); in handleResources()