Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp48 const std::string DEFAULT_OUTPUT_DIR = "/data/log/hitrace/"; member
565 ASSERT_TRUE(access(DEFAULT_OUTPUT_DIR.c_str(), F_OK) == 0) << "/data/log/hitrace not exists."; in HWTEST_F()
572 std::string outputFileName = DEFAULT_OUTPUT_DIR + "trace_" + std::to_string(nowSec) in HWTEST_F()
595 ASSERT_TRUE(access(DEFAULT_OUTPUT_DIR.c_str(), F_OK) == 0) << "/data/log/hitrace not exists."; in HWTEST_F()
602 std::string outputFileName = DEFAULT_OUTPUT_DIR + "trace_" + std::to_string(nowSec) in HWTEST_F()
664 ASSERT_TRUE(access(DEFAULT_OUTPUT_DIR.c_str(), F_OK) == 0) << "/data/log/hitrace not exists."; in HWTEST_F()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp85 const std::string DEFAULT_OUTPUT_DIR = "/data/log/hitrace/"; member
677 const std::string savedEventsFormatPath = DEFAULT_OUTPUT_DIR + SAVED_EVENTS_FORMAT; in WriteEventsFormat()

Completed in 5 milliseconds