Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DFuzzFormatTypes.h20 static const std::string kFormatChars = std::string("duoxXfFeEgGaAcsp"); variable
DString8_fuzz.cpp101 formatString.push_back(kFormatChars.at(static_cast<uint8_t>(formatType))); in fuzzFormat()