OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_FOLDER_ABS
(Results
1 - 3
of
3
) 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
);
NewXmlFileCreationPage.java
27
import static com.android.ide.eclipse.adt.internal.wizards.newxmlfile.ChooseConfigurationPage.
RES_FOLDER_ABS
;
[
all
...]
/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 124 milliseconds