OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_FOLDER_REL
(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
57
static final String
RES_FOLDER_REL
= SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;
144
if (wsFolderPath.startsWith(
RES_FOLDER_REL
)) {
145
wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(
RES_FOLDER_REL
.length());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java
88
private static final String
RES_FOLDER_REL
=
563
if (wsFolderPath.startsWith(
RES_FOLDER_REL
)) {
564
wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(
RES_FOLDER_REL
.length());
Completed in 168 milliseconds