Lines Matching refs:kPropertyValueMax

65     char tmp_property_value[kPropertyValueMax];  in property_get_bool()
623 char buf[kPropertyValueMax]; in split_count()
703 char dex2oat_Xms_flag[kPropertyValueMax]; in run_dex2oat()
706 char dex2oat_Xmx_flag[kPropertyValueMax]; in run_dex2oat()
709 char dex2oat_threads_buf[kPropertyValueMax]; in run_dex2oat()
715 char dex2oat_threads_arg[kPropertyValueMax + 2]; in run_dex2oat()
722 char dex2oat_isa_features[kPropertyValueMax]; in run_dex2oat()
728 char dex2oat_isa_variant[kPropertyValueMax]; in run_dex2oat()
735 char dex2oat_flags[kPropertyValueMax]; in run_dex2oat()
741 char vold_decrypt[kPropertyValueMax]; in run_dex2oat()
749 char app_image_format[kPropertyValueMax]; in run_dex2oat()
750 char image_format_arg[strlen("--image-format=") + kPropertyValueMax]; in run_dex2oat()
768 char instruction_set_variant_arg[strlen("--instruction-set-variant=") + kPropertyValueMax]; in run_dex2oat()
769 char instruction_set_features_arg[strlen("--instruction-set-features=") + kPropertyValueMax]; in run_dex2oat()
770 char dex2oat_Xms_arg[strlen("-Xms") + kPropertyValueMax]; in run_dex2oat()
771 char dex2oat_Xmx_arg[strlen("-Xmx") + kPropertyValueMax]; in run_dex2oat()
772 char dex2oat_compiler_filter_arg[strlen("--compiler-filter=") + kPropertyValueMax]; in run_dex2oat()
817 char dex2oat_compiler_filter_flag[kPropertyValueMax]; in run_dex2oat()
829 char prop_buf[kPropertyValueMax]; in run_dex2oat()
944 char dex2oat_prop_buf[kPropertyValueMax]; in ShouldUseSwapFileForDexopt()
1492 char app_image_format[kPropertyValueMax]; in dexopt()