Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DSoParser.java35 private String mArch; field in SoParser
49 mArch = null; in SoParser()
95 if (mArch == null) { in getAbiArchitecture()
98 return mArch; in getAbiArchitecture()
141 mArch = mElf.getArchitecture(); in parse()
150 mArch = "unknown"; in parse()
DOatParser.java40 private String mArch; field in OatParser