Lines Matching refs:board_length
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()
2656 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2662 if (strncmp(special_board_map_entries[i].platform, board, board_length) == 0 && in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2663 special_board_map_entries[i].platform[board_length] == 0) in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2667 (int) board_length, board); in cpuinfo_arm_android_decode_chipset_from_ro_product_board()