Home
last modified time | relevance | path

Searched refs:IncludePathDelimiter (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp98 std::string SPUtils::IncludePathDelimiter(const std::string &path) in IncludePathDelimiter() function in OHOS::SmartPerf::SPUtils
125 pathStringWithDelimiter = IncludePathDelimiter(path) + std::string(ptr->d_name); in ForDirFiles()
128 files.push_back(IncludePathDelimiter(path) + std::string(ptr->d_name)); in ForDirFiles()
284 policyFiles.push_back(IncludePathDelimiter(basePath) + std::string(ptr->d_name)); in GetCpuInfo()
DTemperature.cpp32 … dirs.push_back(SPUtils::IncludePathDelimiter(thermalBasePath) + std::string(dirp->d_name)); in ItemData()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h66 std::string IncludePathDelimiter(const std::string &path);