Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java1263 result.add(readDynStr(entry.getValue())); in getDynamicDependencies()
1292 private String readDynStr(long strOffset) throws IOException { in readDynStr() method in ReadElf