Searched defs:zip_fd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/installd/
H A Dcommands.c511 static void run_dexopt(int zip_fd, int odex_fd, const char* input_file_name, argument
519 sprintf(zip_num, "%d", zip_fd);
566 int res, zip_fd=-1, odex_fd=-1; local
594 zip_fd = open(apk_path, O_RDONLY, 0);
595 if (zip_fd < 0) {
636 run_dexopt(zip_fd, odex_fd, apk_path, dexopt_flags);
651 close(zip_fd);
659 if (zip_fd >= 0) {
660 close(zip_fd);

Completed in 553 milliseconds