Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister_rotator.h28 #define FILE_PATH_MAX_LEN 100 macro
33 char filePath[FILE_PATH_MAX_LEN];
H A Dlog_persister.h44 char filePath[FILE_PATH_MAX_LEN];
/base/telephony/call_manager/services/call/include/
H A Dcommon_type.h29 const int16_t FILE_PATH_MAX_LEN = 60; variable
86 char ringtonePath[FILE_PATH_MAX_LEN] = { 0 };
/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp167 int32_t length = message.length() > FILE_PATH_MAX_LEN ? FILE_PATH_MAX_LEN : message.length(); in CallDataRdbObserverFunc()
168 if (memcpy_s(contactInfo.ringtonePath, FILE_PATH_MAX_LEN, message.c_str(), length) != EOK) { in CallDataRdbObserverFunc()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp379 if (strcpy_s(response.filePath, FILE_PATH_MAX_LEN, m_startMsg.filePath)) { in FillInfo()
H A Dservice_controller.cpp579 (void)strncpy_s(msg.filePath, FILE_PATH_MAX_LEN, filePath.c_str(), filePath.length()); in PersistStartRqst2Msg()

Completed in 4 milliseconds