Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/utils/
H A Dexception_branch_checker.cpp20 #define MAX_LOG_LEN 1024 macro
49 char buffer[MAX_LOG_LEN] = { 0 }; in HiLogPrintDictNew()
50 char modifiedFmt[MAX_LOG_LEN] = { 0 }; in HiLogPrintDictNew()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp44 const int32_t MAX_LOG_LEN = 1024; member
358 int32_t times = len / MAX_LOG_LEN; in InfoPrint()
359 int32_t remains = len % MAX_LOG_LEN; in InfoPrint()
361 printf("%s\n", str.substr(i * MAX_LOG_LEN, MAX_LOG_LEN).c_str()); in InfoPrint()
363 printf("%s\n", str.substr(times * MAX_LOG_LEN, remains).c_str()); in InfoPrint()

Completed in 3 milliseconds