Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddwarf_unwinder.cpp126 char libraryName[PATH_LEN] = { 0 }; in UnwindWithContext()
127 if (unw_get_library_name_by_map(map, libraryName, PATH_LEN - 1) == 0) { in UnwindWithContext()
/base/hiviewdfx/faultloggerd/common/
Ddfx_define.h27 #define PATH_LEN 1024 macro
/base/hiviewdfx/faultloggerd/common/dfxutil/
Ddfx_util.cpp136 char path[PATH_LEN] = {0}; in ReadDirFilesByPid()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.cpp251 char libraryName[PATH_LEN] = { 0 }; in UpdateAndFillFrame()
252 if (unw_get_library_name_by_map(mapInfo, libraryName, PATH_LEN - 1) == 0) { in UpdateAndFillFrame()