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

/frameworks/base/tools/localedata/
H A Dextract_icu_data.py43 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/
H A Dcommands.cpp1400 const char *input_file; local
1432 input_file = apk_path;
1439 input_file = in_odex_path;
1443 input_file = out_path;
1452 stat(input_file, &input_stat);
1454 input_fd = open(input_file, O_RDONLY, 0);
1456 ALOGE("installd cannot open '%s' for input during dexopt\n", input_file);
1518 ALOGV("DexInv: --- BEGIN '%s' ---\n", input_file);
1534 run_patchoat(input_fd, out_fd, input_file, out_path, pkgname, instruction_set);
1537 const char *input_file_name = get_location_from_path(input_file);
[all...]

Completed in 994 milliseconds