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
55
static final String
RES_FOLDER_ABS
= AdtConstants.WS_RESOURCES + AdtConstants.WS_SEP;
145
wsFolderPath =
RES_FOLDER_ABS
+ wsFolderPath.substring(RES_FOLDER_REL.length());
154
if (wsFolderPath.startsWith(
RES_FOLDER_ABS
)) {
155
wsFolderPath = wsFolderPath.substring(
RES_FOLDER_ABS
.length());
204
StringBuilder sb = new StringBuilder(
RES_FOLDER_ABS
);
254
if (!wsFolderPath.startsWith(
RES_FOLDER_ABS
)) {
255
error = String.format("Target folder must start with %1$s.",
RES_FOLDER_ABS
);
NewXmlFileCreationPage.java
28
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
=
471
StringBuffer sb = new StringBuffer(
RES_FOLDER_ABS
);
564
wsFolderPath =
RES_FOLDER_ABS
+ wsFolderPath.substring(RES_FOLDER_REL.length());
571
if (wsFolderPath.startsWith(
RES_FOLDER_ABS
)) {
572
wsFolderPath = wsFolderPath.substring(
RES_FOLDER_ABS
.length());
Completed in 46 milliseconds