Searched refs:board_length (Results 1 – 1 of 1) sorted by relevance
/external/cpuinfo/src/arm/linux/ |
D | chipset.c | 2465 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 2466 const char* board_end = ro_product_board + board_length; in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2471 …"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() 2479 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2488 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2497 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2505 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2514 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2522 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2533 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board() [all …]
|