OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attrspath
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java
299
File
attrsPath
= new File(git, "frameworks" + File.separator + "base"
302
assertTrue(
attrsPath
.getPath(),
attrsPath
.exists());
303
AttrsXmlParser parser = new AttrsXmlParser(
attrsPath
.getPath(),
Completed in 57 milliseconds