Searched refs:MAX_LEN_STRING (Results 1 – 1 of 1) sorted by relevance
28 const size_t MAX_LEN_STRING = 256; variable37 … std::string fileName(reinterpret_cast<const char*>(data), std::min(size, MAX_LEN_STRING - 1)); in StartPrintFuzzTest()50 … std::string printJobName(reinterpret_cast<const char*>(data), std::min(size, MAX_LEN_STRING - 1)); in PrintFuzzTest()60 … std::string printJobName(reinterpret_cast<const char*>(data), std::min(size, MAX_LEN_STRING - 1)); in PrintWithContextFuzzTest()