Home
last modified time | relevance | path

Searched defs:DEFAULT_LOG_PATH (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/include/
Ddebug_logger.h60 const std::string DEFAULT_LOG_PATH = "/data/local/tmp/hiperf_log.txt"; variable
62 const std::string DEFAULT_LOG_PATH = ".\\hiperf_log.txt"; variable
65 const std::string DEFAULT_LOG_PATH = "hiperf_log.txt"; variable
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h48 const std::string DEFAULT_LOG_PATH = "/data/local/tmp/hiperf_log.txt"; variable
50 const std::string DEFAULT_LOG_PATH = ".\\hiperf_log.txt"; variable
52 const std::string DEFAULT_LOG_PATH = "hiperf_log.txt"; variable
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp44 const std::string DEFAULT_LOG_PATH("/data/local/tmp/"); variable