Home
last modified time | relevance | path

Searched refs:xmlFileWsPath (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java64 public String valueOfStringId(IProject project, String xmlFileWsPath, String stringId) { in valueOfStringId() argument
65 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); in valueOfStringId()
79 public Map<String, String> getResIdsForFile(IProject project, String xmlFileWsPath) { in getResIdsForFile() argument
80 Map<String, String> cache = mResIdCache.get(xmlFileWsPath); in getResIdsForFile()
82 cache = internalGetResIdsForFile(project, xmlFileWsPath); in getResIdsForFile()
83 mResIdCache.put(xmlFileWsPath, cache); in getResIdsForFile()
95 private Map<String, String> internalGetResIdsForFile(IProject project, String xmlFileWsPath) { in internalGetResIdsForFile() argument
100 IResource resource = project.getFile(xmlFileWsPath); in internalGetResIdsForFile()
149 AdtPlugin.log(e, "GetResIds failed in %1$s", xmlFileWsPath); //$NON-NLS-1$ in internalGetResIdsForFile()
DExtractStringRefactoring.java1929 private IResource getTargetXmlResource(String xmlFileWsPath) {
1930 IResource resource = mProject.getFile(xmlFileWsPath);