Searched refs:input_file_name (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/localedata/
H A Dextract_icu_data.py41 def read_likely_subtags(input_file_name):
43 with open(input_file_name) as input_file:
/frameworks/native/cmds/installd/
H A Dcommands.cpp651 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name, argument
664 /* input_file_name/input_fd should be the .odex/.oat file that is precompiled. I think*/
675 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
691 static void run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, argument
779 sprintf(zip_location_arg, "--zip-location=%s", input_file_name);
840 ALOGV("Running %s in=%s out=%s\n", DEX2OAT_BIN, input_file_name, output_file_name);
1537 const char *input_file_name = get_location_from_path(input_file); local
1538 run_dex2oat(input_fd, out_fd, image_fd, input_file_name, out_path, swap_fd,

Completed in 1181 milliseconds