• Home
  • Raw
  • Download

Lines Matching refs:PKG_PATH_MAX

1104     if (dex_path.size() >= (PKG_PATH_MAX - 8)) {  in validate_dex_path_size()
1363 char in_odex_path[PKG_PATH_MAX]; in open_vdex_files_for_dex2oat()
1477 char oat_path[PKG_PATH_MAX]; in maybe_open_oat_and_vdex_file()
1616 char oat_dir[PKG_PATH_MAX]; in prepare_secondary_dex_oat_dir()
1617 snprintf(oat_dir, PKG_PATH_MAX, "%s/oat", dex_dir.c_str()); in prepare_secondary_dex_oat_dir()
1745 snprintf(out_oat_dir, PKG_PATH_MAX, "%s/oat", apk_dir.c_str()); in create_secondary_dex_oat_layout()
1746 snprintf(out_oat_isa_dir, PKG_PATH_MAX, "%s/%s", out_oat_dir, isa.c_str()); in create_secondary_dex_oat_layout()
1884 char oat_path[PKG_PATH_MAX]; in process_secondary_dex_dexopt()
1885 char oat_dir[PKG_PATH_MAX]; in process_secondary_dex_dexopt()
1886 char oat_isa_dir[PKG_PATH_MAX]; in process_secondary_dex_dexopt()
2024 if (class_loader_context != nullptr && strlen(class_loader_context) > PKG_PATH_MAX) { in dexopt()
2086 char out_oat_path[PKG_PATH_MAX]; in dexopt()
2282 char oat_path[PKG_PATH_MAX]; in reconcile_secondary_dex_file()
2283 char oat_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file()
2284 char oat_isa_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file()
2519 char a_path[PKG_PATH_MAX]; in move_ab()
2565 char out_path[PKG_PATH_MAX]; in delete_odex()
2616 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path_default() argument
2636 if (strlen(res) >= PKG_PATH_MAX) { in calculate_oat_file_path_default()
2640 strlcpy(path, res, PKG_PATH_MAX); in calculate_oat_file_path_default()
2645 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default() argument
2664 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src, in create_cache_path_default() argument
2681 if (strlen(res) >= PKG_PATH_MAX) { in create_cache_path_default()
2685 strlcpy(path, res, PKG_PATH_MAX); in create_cache_path_default()