Home
last modified time | relevance | path

Searched refs:dex_file (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_java.py120 dex_file = os.path.join(case_root, DEX_FILE)
122 if os.path.exists(dex_file):
123 dex_file_size = os.path.getsize(dex_file)
124 os.remove(dex_file)
H A Drun_javar8.py132 dex_file = os.path.join(child_path, DEX_FILE)
134 if os.path.exists(dex_file):
135 dex_file_size = os.path.getsize(dex_file)

Completed in 1 milliseconds