Home
last modified time | relevance | path

Searched refs:titBuff (Results 1 - 1 of 1) sorted by relevance

/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp40 std::vector<std::string> titBuff; member
164 paraTable.titBuff.emplace_back(desc.GetOptionTitle()); in GetScanParaValues()
251 auto bufferSize = paraTable.titBuff[i].length() + 1; in MemSetScannerOptions()
252 char* titBuff = new(std::nothrow) char[bufferSize]; in MemSetScannerOptions() local
253 if (!CopySingleBuf(titBuff, paraTable.titBuff[i].c_str(), bufferSize)) { in MemSetScannerOptions()
254 if (titBuff != nullptr) { in MemSetScannerOptions()
255 delete[] titBuff; in MemSetScannerOptions()
259 scannerOptions->titles[i] = titBuff; in MemSetScannerOptions()

Completed in 7 milliseconds