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.h49 const std::string DEFAULT_LOG_PATH = "/data/local/tmp/hiperf_log.txt"; variable
51 const std::string DEFAULT_LOG_PATH = ".\\hiperf_log.txt"; variable
53 const std::string DEFAULT_LOG_PATH = "hiperf_log.txt"; variable
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp40 const std::string DEFAULT_LOG_PATH("/data/local/tmp/"); variable