Lines Matching refs:PKG_PATH_MAX
509 char dex_path[PKG_PATH_MAX]; in rm_dex()
764 char zip_location_arg[strlen("--zip-location=") + PKG_PATH_MAX]; in run_dex2oat()
766 char oat_location_arg[strlen("--oat-location=") + PKG_PATH_MAX]; in run_dex2oat()
1326 if (strlen(file_name) + strlen(extension) + 1 > PKG_PATH_MAX) { in add_extension_to_file_name()
1365 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) { in create_oat_out_path()
1397 char out_path[PKG_PATH_MAX]; in dexopt()
1398 char swap_file_name[PKG_PATH_MAX]; in dexopt()
1399 char image_path[PKG_PATH_MAX]; in dexopt()
1401 char in_odex_path[PKG_PATH_MAX]; in dexopt()
1598 char boot_marker_path[PKG_PATH_MAX]; in mark_boot_complete()
1847 char oat_instr_dir[PKG_PATH_MAX]; in create_oat_dir()
1860 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in create_oat_dir()
1877 char from_path[PKG_PATH_MAX]; in link_file()
1878 char to_path[PKG_PATH_MAX]; in link_file()
1879 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path); in link_file()
1880 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path); in link_file()
1943 char a_path[PKG_PATH_MAX]; in move_ab()