Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtConstants.java75 public final static char WS_SEP_CHAR = '/'; field in AdtConstants
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java160 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR); in onWsFolderPathUpdated()
DNewXmlFileCreationPage.java26 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP_CHAR;
731 int pos = targetWsFolderPath.lastIndexOf(WS_SEP_CHAR); in initializeFromSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java579 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR); in modifyText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java1378 path.append(AdtConstants.WS_SEP_CHAR); in getJavaPackagePath()