Searched refs:StringToBytePtr (Results 1 – 1 of 1) sorted by relevance
/system/nvram/hal/tests/ |
D | scoped_nvram_device.cc | 25 const uint8_t* StringToBytePtr(const std::string& s) { in StringToBytePtr() function 164 StringToBytePtr(authorization_value), authorization_value.size()); in CreateSpace() 171 StringToBytePtr(authorization_value), in DeleteSpace() 189 return device_->write_space(device_, index, StringToBytePtr(data), in WriteSpace() 190 data.size(), StringToBytePtr(authorization_value), in WriteSpace() 205 device_, index, num_bytes_to_read, StringToBytePtr(authorization_value), in ReadSpace() 221 StringToBytePtr(authorization_value), in EnableWriteLock() 232 StringToBytePtr(authorization_value), in EnableReadLock()
|