Home | History | Annotate | Download | only in installd

Lines Matching full:input_file

1400     const char *input_file;
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);
1549 ALOGV("DexInv: --- END '%s' (success) ---\n", input_file);
1551 ALOGE("DexInv: --- END '%s' --- status=0x%04x, process failed\n", input_file, res);