Searched refs:input_file (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/localedata/ |
D | extract_icu_data.py | 43 with open(input_file_name) as input_file: 61 for line in input_file: 184 with open(data_file) as input_file: 185 for line in input_file:
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 1400 const char *input_file; in dexopt() local 1432 input_file = apk_path; in dexopt() 1439 input_file = in_odex_path; in dexopt() 1443 input_file = out_path; in dexopt() 1452 stat(input_file, &input_stat); in dexopt() 1454 input_fd = open(input_file, O_RDONLY, 0); in dexopt() 1456 ALOGE("installd cannot open '%s' for input during dexopt\n", input_file); in dexopt() 1518 ALOGV("DexInv: --- BEGIN '%s' ---\n", input_file); in dexopt() 1534 run_patchoat(input_fd, out_fd, input_file, out_path, pkgname, instruction_set); in dexopt() 1537 const char *input_file_name = get_location_from_path(input_file); in dexopt() [all …]
|