Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DBufferDescriptor.h113 const char* charstr = reinterpret_cast<const char *>(vec.data() + *pos); in pop_descriptor_string() local
114 charstr += '\0'; in pop_descriptor_string()
115 std::string str(charstr); in pop_descriptor_string()
116 str.resize(strlen(charstr)); in pop_descriptor_string()