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

/frameworks/native/cmds/installd/
H A Dcommands.cpp652 const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set)
675 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
692 const char* output_file_name, int swap_fd, const char *instruction_set,
781 sprintf(oat_location_arg, "--oat-location=%s", output_file_name);
840 ALOGV("Running %s in=%s out=%s\n", DEX2OAT_BIN, input_file_name, output_file_name);
651 run_patchoat(int input_fd, int oat_fd, const char* input_file_name, const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set) argument
691 run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char *instruction_set, const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument

Completed in 220 milliseconds