Home
last modified time | relevance | path

Searched refs:debugfsDir (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp119 const std::string debugfsDir = "/sys/kernel/debug/tracing/"; in SetUpTestCase() local
121 if (access((debugfsDir + "trace_marker").c_str(), F_OK) != -1) { in SetUpTestCase()
122 g_traceRootPath = debugfsDir; in SetUpTestCase()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp82 const string debugfsDir = "/sys/kernel/debug/tracing/"; in SetUpTestCase() local
84 if (access((debugfsDir + TRACE_MARKER_PATH).c_str(), F_OK) != -1) { in SetUpTestCase()
85 g_traceRootPath = debugfsDir; in SetUpTestCase()