Searched refs:board_length (Results 1 – 1 of 1) sorted by relevance
/external/cpuinfo/src/arm/linux/ |
D | chipset.c | 2579 const size_t board_length = strnlen(ro_product_board, CPUINFO_BUILD_PROP_VALUE_MAX); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() local 2580 const char* board_end = ro_product_board + board_length; in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2585 …"matched Qualcomm MSM/APQ signature in ro.product.board string \"%.*s\"", (int) board_length, boar… in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2593 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2602 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2611 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2619 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2628 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2636 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2647 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() [all …]
|