Home
last modified time | relevance | path

Searched refs:BBOX_PATH (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Devent_server_test.cpp24 const std::string BBOX_PATH = "/dev/bbox"; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Ddfx_kernel_stack.cpp32 const char* const BBOX_PATH = "/dev/bbox"; member
50 int fd = open(BBOX_PATH, O_WRONLY | O_CLOEXEC); in DfxGetKernelStack()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_util.h55 const std::string BBOX_PATH = "/dev/bbox"; member
H A Dnative_leak_state.cpp340 auto fd = open(BBOX_PATH.c_str(), O_RDONLY); in DumpDetailInfo()
343 HIVIEW_LOGE("failed to open %{public}s, err: %{public}d", BBOX_PATH.c_str(), errno); in DumpDetailInfo()
580 int fd = open(BBOX_PATH.c_str(), O_RDONLY); in SendCmd()
582 HIVIEW_LOGE("failed to open %{public}s", BBOX_PATH.c_str()); in SendCmd()

Completed in 3 milliseconds