Searched refs:DOT_RS (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.SdkConstants.DOT_RS;120 public final static String RE_RS_EXT = "\\" + DOT_RS + "$"; //$NON-NLS-1$ //$NON-NLS-2$
89 SdkConstants.DOT_RS)); in handleGeneratedFile()
21 import static com.android.SdkConstants.DOT_RS;985 || targetName.endsWith(DOT_RS) in copy()
877 public static final String DOT_RS = DOT + EXT_RS; field in SdkConstants