Home
last modified time | relevance | path

Searched refs:output_file_name (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.cpp652 const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set) in run_patchoat() argument
675 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name); in run_patchoat()
692 const char* output_file_name, int swap_fd, const char *instruction_set, in run_dex2oat() argument
781 sprintf(oat_location_arg, "--oat-location=%s", output_file_name); in run_dex2oat()
840 ALOGV("Running %s in=%s out=%s\n", DEX2OAT_BIN, input_file_name, output_file_name); in run_dex2oat()