Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp231 bool CopySingleBuf(char* destBuf, const char* srcBuf, size_t bufferSize) in CopySingleBuf() function
254 if (!CopySingleBuf(titBuff, paraTable.titBuff[i].c_str(), bufferSize)) { in MemSetScannerOptions()
264 if (!CopySingleBuf(desBuff, paraTable.desBuff[i].c_str(), bufferSize)) { in MemSetScannerOptions()
274 if (!CopySingleBuf(rangesBuff, paraTable.rangesBuff[i].c_str(), bufferSize)) { in MemSetScannerOptions()