Searched refs:zip_fd (Results 1 – 1 of 1) sorted by relevance
1261 int zip_fd, in RunDexoptAnalyzer() argument1268 CHECK_GE(zip_fd, 0); in RunDexoptAnalyzer()1277 std::string zip_fd_arg = "--zip-fd=" + std::to_string(zip_fd); in RunDexoptAnalyzer()1678 unique_fd zip_fd; in process_secondary_dex_dexopt() local1679 zip_fd.reset(open(dex_path.c_str(), O_RDONLY)); in process_secondary_dex_dexopt()1680 if (zip_fd.get() < 0) { in process_secondary_dex_dexopt()1722 zip_fd.get(), in process_secondary_dex_dexopt()