Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOffset.java163 public void setOutputLocation(int loc) { in setOutputLocation() method in Offset
H A DOffsetTracker.java222 offset.setOutputLocation((int) file.getFilePointer()); in tryToWriteOffset()