Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DProjectState.java200 mLibraries.add(new LibraryState(convertPath(rootPath))); in ProjectState()
321 String convertedPath = convertPath(rootPath); in reloadProperties()
705 private String convertPath(String path) { in convertPath() method in ProjectState
713 path = convertPath(path); in normalizePath()