Home
last modified time | relevance | path

Searched refs:LoadFile (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DPower.cpp25 SPUtils::LoadFile(currentNowPath, currentNow); in ItemData()
27 SPUtils::LoadFile(voltageNowPath, voltageNow); in ItemData()
DTemperature.cpp46 SPUtils::LoadFile(dirType, type); in ItemData()
47 SPUtils::LoadFile(dirTemp, temp); in ItemData()
Dsp_utils.cpp56 bool SPUtils::LoadFile(const std::string &filePath, std::string &content) in LoadFile() function in OHOS::SmartPerf::SPUtils
288 LoadFile(policyFiles[i] + "/affected_cpus", cpus); in GetCpuInfo()
290 LoadFile(policyFiles[i] + "/cpuinfo_max_freq", max); in GetCpuInfo()
292 LoadFile(policyFiles[i] + "/cpuinfo_min_freq", min); in GetCpuInfo()
310 SPUtils::LoadFile(path + "/max_freq", max); in GetGpuInfo()
312 SPUtils::LoadFile(path + "/min_freq", min); in GetGpuInfo()
DDDR.cpp29 SPUtils::LoadFile(ddrCurFreqPath, ddrfreq); in GetDdrFreq()
/developtools/integration_verification/tools/fotff/utils/
Druntime.go38 runtimeCache.LoadFile(filepath.Join(runtimeDir, "fotff.cache"))
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h50 bool LoadFile(const std::string &filePath, std::string &content);