HomeSort by relevance Sort by last modified time
    Searched full:ph_off (Results 1 - 1 of 1) sorted by null

  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 276 long ph_off = readOff(); local
288 readProgramHeaders(ph_off, e_phnum, e_phentsize);
350 private void readProgramHeaders(long ph_off, int e_phnum, int e_phentsize) throws IOException {
352 mFile.seek(ph_off + i * e_phentsize);

Completed in 146 milliseconds