HomeSort by relevance Sort by last modified time
    Searched refs:apk_file (Results 1 - 4 of 4) sorted by null

  /art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh 290 for apk_file in $apk_oat_files; do
291 base_name=$(basename "$apk_file")
292 adb pull "$apk_file" "$intermediates_dir/base.${base_name#*.}"
  /art/dex2oat/
dex2oat_test.cc 1756 ScratchFile apk_file; local
    [all...]
  /system/core/adb/
commandline.cpp 2103 std::vector<const char*> apk_file = {argv[last_apk]}; local
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 901 def _read_first_bytes(cls, apk_file, num_bytes):
903 with open(apk_file, 'rb') as fp:
    [all...]

Completed in 211 milliseconds