Searched refs:zip_fd (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 228 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd, in run_dex2oat() argument 354 sprintf(zip_fd_arg, "--zip-fd=%d", zip_fd); in run_dex2oat() 1573 int zip_fd, const std::string& instruction_set, const std::string& compiler_filter, in exec_dexoptanalyzer() argument 1576 CHECK_GE(zip_fd, 0); in exec_dexoptanalyzer() 1592 std::string zip_fd_arg = "--zip-fd=" + std::to_string(zip_fd); in exec_dexoptanalyzer() 1858 unique_fd zip_fd; in process_secondary_dex_dexopt() local 1859 zip_fd.reset(open(dex_path.c_str(), O_RDONLY)); in process_secondary_dex_dexopt() 1860 if (zip_fd.get() < 0) { in process_secondary_dex_dexopt() 1893 zip_fd.get(), in process_secondary_dex_dexopt()
|