Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dconfig.cpp34 string hexified = "0x"; in parseBytesString() local
35 hexified.append(value); in parseBytesString()
36 if (!ParseUint(hexified.c_str(), &tmp)) return false; in parseBytesString()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
H A Dconfig.cpp53 string hexified = "0x"; in parseBytesString() local
54 hexified.append(value); in parseBytesString()
55 if (!ParseUint(hexified.c_str(), &tmp)) return false; in parseBytesString()
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A Dconfig.cc34 string hexified = "0x"; in parseBytesString() local
35 hexified.append(value); in parseBytesString()
36 if (!ParseUint(hexified.c_str(), &tmp)) return false; in parseBytesString()
/aosp12/system/nfc/utils/
H A Dconfig.cc34 string hexified = "0x"; in parseBytesString() local
35 hexified.append(value); in parseBytesString()
36 if (!ParseUint(hexified.c_str(), &tmp)) return false; in parseBytesString()