Home
last modified time | relevance | path

Searched refs:buf2string (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/trusty/keymaster/set_attestation_ids/
H A Dset_attestation_ids.cpp40 std::string buf2string(const keymaster::Buffer& buf) { in buf2string() function
59 prog, buf2string(req.brand).c_str(), buf2string(req.device).c_str(), in print_usage()
60 buf2string(req.product).c_str(), buf2string(req.serial).c_str(), in print_usage()
61 buf2string(req.manufacturer).c_str(), buf2string(req.model).c_str(), in print_usage()
62 buf2string(req.imei).c_str(), buf2string(req.meid).c_str()); in print_usage()
148 buf2string(req.brand).c_str(), buf2string(req.device).c_str(), in main()
149 buf2string(req.product).c_str(), buf2string(req.serial).c_str(), in main()
150 buf2string(req.manufacturer).c_str(), buf2string(req.model).c_str(), in main()
151 buf2string(req.imei).c_str(), buf2string(req.meid).c_str()); in main()