Searched refs:mDexFile (Results 1 – 1 of 1) sorted by relevance
28 private RandomAccessFile mDexFile; field in DexData42 mDexFile = raf; in DexData()417 mDexFile.seek(position); in seek()422 mDexFile.readFully(buffer); in readBytes()427 mDexFile.readFully(tmpBuf, 0, 1); in readByte()433 mDexFile.readFully(tmpBuf, 0, 4); in readInt()472 mDexFile.read(bytes); in readByteBuffer()489 int bytesRead = mDexFile.read(inBuf); in readString()