OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RES_FOLDER_ABS
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java
54
static final String
RES_FOLDER_ABS
= AdtConstants.WS_RESOURCES + AdtConstants.WS_SEP;
148
wsFolderPath =
RES_FOLDER_ABS
+ wsFolderPath.substring(RES_FOLDER_REL.length());
157
if (wsFolderPath.startsWith(
RES_FOLDER_ABS
)) {
158
wsFolderPath = wsFolderPath.substring(
RES_FOLDER_ABS
.length());
208
StringBuilder sb = new StringBuilder(
RES_FOLDER_ABS
);
258
if (!wsFolderPath.startsWith(
RES_FOLDER_ABS
)) {
259
error = String.format("Target folder must start with %1$s.",
RES_FOLDER_ABS
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java
85
private static final String
RES_FOLDER_ABS
=
475
StringBuffer sb = new StringBuffer(
RES_FOLDER_ABS
);
569
wsFolderPath =
RES_FOLDER_ABS
+ wsFolderPath.substring(RES_FOLDER_REL.length());
576
if (wsFolderPath.startsWith(
RES_FOLDER_ABS
)) {
577
wsFolderPath = wsFolderPath.substring(
RES_FOLDER_ABS
.length());
Completed in 497 milliseconds