Lines Matching refs:PKG_PATH_MAX
279 char zip_location_arg[arraysize("--zip-location=") + PKG_PATH_MAX]; in run_dex2oat()
283 char oat_location_arg[arraysize("--oat-location=") + PKG_PATH_MAX]; in run_dex2oat()
363 char base_dir[arraysize("--classpath-dir=") + PKG_PATH_MAX]; in run_dex2oat()
885 if (strlen(file_name) + strlen(extension) + 1 > PKG_PATH_MAX) { in add_extension_to_file_name()
935 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) { in create_oat_out_path()
1113 char swap_file_name[PKG_PATH_MAX]; in maybe_open_dexopt_swap_file()
1163 char in_odex_path[PKG_PATH_MAX]; in open_vdex_files()
1300 char dex_file_arg[strlen("--dex-file=") + PKG_PATH_MAX]; in exec_dexoptanalyzer()
1342 char oat_dir[PKG_PATH_MAX]; in prepare_secondary_dex_oat_dir()
1343 snprintf(oat_dir, PKG_PATH_MAX, "%s/oat", dex_dir.c_str()); in prepare_secondary_dex_oat_dir()
1535 char out_oat_path[PKG_PATH_MAX]; in dexopt()
1663 snprintf(out_oat_dir, PKG_PATH_MAX, "%s/oat", apk_dir.c_str()); in create_secondary_dex_oat_layout()
1664 snprintf(out_oat_isa_dir, PKG_PATH_MAX, "%s/%s", out_oat_dir, isa.c_str()); in create_secondary_dex_oat_layout()
1710 char oat_path[PKG_PATH_MAX]; in reconcile_secondary_dex_file()
1711 char oat_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file()
1712 char oat_isa_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file()
1826 char a_path[PKG_PATH_MAX]; in move_ab()
1872 char out_path[PKG_PATH_MAX]; in delete_odex()