Home
last modified time | relevance | path

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

/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh290 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/
Ddex2oat_test.cc1812 ScratchFile apk_file; in TEST_F() local
1814 FILE* file = fdopen(DupCloexec(apk_file.GetFd()), "w+b"); in TEST_F()
1827 ASSERT_EQ(apk_file.GetFile()->Flush(), 0); in TEST_F()
1829 const std::string& dex_location = apk_file.GetFilename(); in TEST_F()