OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RawDexFile
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
RawDexFile.java
47
public class
RawDexFile
extends DexBackedDexFile {
50
public
RawDexFile
(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) {
55
public
RawDexFile
(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) {
87
return new MapItem(
RawDexFile
.this, mapItemOffset);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java
25
public class
RawDexFile
implements RawDexObject {
Completed in 443 milliseconds