Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DAdtTestData.java118 public String getTestFilePath(String osRelativePath) { in getTestFilePath() argument
119 File path = new File(mOsRootDataPath, osRelativePath); in getTestFilePath()
127 path = new File(mOsRootDataPath.replace(pkgAdt, pkgTests), osRelativePath); in getTestFilePath()