Searched refs:apk_file (Results 1 – 2 of 2) sorted by relevance
290 for apk_file in $apk_oat_files; do291 base_name=$(basename "$apk_file")292 adb pull "$apk_file" "$intermediates_dir/base.${base_name#*.}"
1790 ScratchFile apk_file; in TEST_F() local1792 FILE* file = fdopen(DupCloexec(apk_file.GetFd()), "w+b"); in TEST_F()1805 ASSERT_EQ(apk_file.GetFile()->Flush(), 0); in TEST_F()1807 const std::string& dex_location = apk_file.GetFilename(); in TEST_F()