Lines Matching refs:input_file
1657 const char *input_file; in dexopt() local
1661 input_file = apk_path; in dexopt()
1668 input_file = in_odex_path; in dexopt()
1672 input_file = out_path; in dexopt()
1682 stat(input_file, &input_stat); in dexopt()
1684 base::unique_fd input_fd(open(input_file, O_RDONLY, 0)); in dexopt()
1686 ALOGE("installd cannot open '%s' for input during dexopt\n", input_file); in dexopt()
1763 ALOGV("DexInv: --- BEGIN '%s' ---\n", input_file); in dexopt()
1780 input_file, in dexopt()
1786 const char *input_file_name = get_location_from_path(input_file); in dexopt()
1808 ALOGV("DexInv: --- END '%s' (success) ---\n", input_file); in dexopt()
1810 ALOGE("DexInv: --- END '%s' --- status=0x%04x, process failed\n", input_file, res); in dexopt()