Home
last modified time | relevance | path

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

/aosp12/art/test/948-change-annotations/src/
H A DMain.java89 byte[] class_file, in doCommonClassRedefinition() argument
91 Redefinition.doCommonClassRedefinition(target, class_file, dex_file); in doCommonClassRedefinition()
/aosp12/frameworks/base/api/
H A Dapi_versions_trimmer_unittests.py30 with z.open(fname, mode="w") as class_file:
31 class_file.write(b"")