Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/common/cutil/
H A Dmusl_cutil.h36 char name[NAME_BUF_LEN]; in ReadStringFromFile()
37 char nameFilter[NAME_BUF_LEN]; in ReadStringFromFile()
47 int nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, name, NAME_BUF_LEN -1)); in ReadStringFromFile()
56 if ((*p == '\n') || (i == NAME_BUF_LEN)) { in ReadStringFromFile()
62 nameFilter[NAME_BUF_LEN - 1] = '\0'; in ReadStringFromFile()
80 char threadNamePath[NAME_BUF_LEN] = { 0 }; in GetThreadNameByTid()
H A Ddfx_cutil.c36 char name[NAME_BUF_LEN]; in ReadStringFromFile()
37 char nameFilter[NAME_BUF_LEN]; in ReadStringFromFile()
47 ssize_t nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, name, NAME_BUF_LEN - 1)); in ReadStringFromFile()
56 if ((*p == '\n') || (i == NAME_BUF_LEN)) { in ReadStringFromFile()
62 nameFilter[NAME_BUF_LEN - 1] = '\0'; in ReadStringFromFile()
80 char threadNamePath[NAME_BUF_LEN] = { 0 }; in GetThreadNameByTid()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_dump_request.h119 char threadName[NAME_BUF_LEN];
121 char processName[NAME_BUF_LEN];
H A Ddfx_define.h33 #define NAME_BUF_LEN 128 macro
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/common/
H A Dcommon_cutil_test.cpp46 char threadName[NAME_BUF_LEN];
47 char processName[NAME_BUF_LEN];
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp67 if (pName == nullptr || strnlen(pName, NAME_BUF_LEN) == NAME_BUF_LEN) { in ReportCrashException()
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_signal_hook.c129 char path[NAME_BUF_LEN] = {0}; in IsSigactionAddr()
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp83 char result_buf_shell[NAME_BUF_LEN] = { 0, }; in ForkAndRootCommands()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp79 uint32_t maxStrLen = NAME_BUF_LEN; in TrimAndDupStr()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_client.cpp39 char content[NAME_BUF_LEN]; in GetSocketConnectionName()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp153 char buf[NAME_BUF_LEN]; in ReadString()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp359 request->threadName[NAME_BUF_LEN - 1] = '\0'; in ReadRequestAndCheck()
360 request->processName[NAME_BUF_LEN - 1] = '\0'; in ReadRequestAndCheck()
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp933 if (request == nullptr || strlen(request->callerElf) > NAME_BUF_LEN) { in GetElfName()