Home
last modified time | relevance | path

Searched refs:traceRaw (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_parser_test.cpp167 std::string traceRaw; in HWTEST_F() local
169 traceRaw = FtraceFsOps::GetInstance().GetHmRawTracePath(); in HWTEST_F()
171 traceRaw = FtraceFsOps::GetInstance().GetRawTracePath(0); in HWTEST_F()
173 int fd = open(traceRaw.c_str(), O_EXCL); in HWTEST_F()
H A Dsub_event_parser_test.cpp139 std::string traceRaw; in HWTEST_F() local
141 traceRaw = FtraceFsOps::GetInstance().GetHmRawTracePath(); in HWTEST_F()
143 traceRaw = FtraceFsOps::GetInstance().GetRawTracePath(0); in HWTEST_F()
145 int fd = open(traceRaw.c_str(), O_EXCL); in HWTEST_F()

Completed in 1 milliseconds