Searched refs:mOsRootDataPath (Results 1 – 1 of 1) sorted by relevance
46 private String mOsRootDataPath; field in AdtTestData54 mOsRootDataPath = System.getProperty("test_data"); in AdtTestData()55 if (mOsRootDataPath == null) { in AdtTestData()62 mOsRootDataPath = FileLocator.resolve(url).getFile(); in AdtTestData()69 int pos = mOsRootDataPath.indexOf(':'); in AdtTestData()70 if (pos > 0 && mOsRootDataPath.charAt(0) == '/') { in AdtTestData()71 mOsRootDataPath = mOsRootDataPath.substring(1); in AdtTestData()75 mOsRootDataPath = mOsRootDataPath.replace("/./", "/"); in AdtTestData()79 mOsRootDataPath = url.getFile(); in AdtTestData()83 mOsRootDataPath = url.getFile(); in AdtTestData()[all …]