Searched refs:MakePath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_telemetry.cpp | 55 Utils::LoadContent(Utils::MakePath(directory, "type"), type); in GetTemperaturePath() 57 path = Utils::MakePath(directory, "temp"); in GetTemperaturePath() 68 return Utils::MakePath(*CPU_FREQUENCY + std::to_string(cpu), "cpufreq"); in GetCpuFrequencyPath() 73 return Utils::MakePath(GetCpuFrequencyPath(cpu), "scaling_cur_freq"); in GetCpuCurrentFrequencyPath() 84 return Utils::MakePath(GetCpuFrequencyPolicyPath(cpu), "scaling_cur_freq"); in GetCpuCurrentFrequencyPolicyPath() 89 return Utils::MakePath(GetCpuFrequencyPolicyPath(cpu), "scaling_min_freq"); in GetCpuMinFrequencyPolicyPath() 94 return Utils::MakePath(GetCpuFrequencyPolicyPath(cpu), "scaling_max_freq"); in GetCpuMaxFrequencyPolicyPath()
|
H A D | rs_profiler_beta_recorder.cpp | 153 …const auto renamed = Utils::MakePath(directory, "rec_" + std::to_string(g_records.size() - i - 1) … in SendBetaRecordPath()
|
H A D | rs_profiler_utils.h | 93 static std::string MakePath(const std::string& directory, const std::string& file);
|
H A D | rs_profiler_utils.cpp | 252 std::string Utils::MakePath(const std::string& directory, const std::string& file) in MakePath() function in OHOS::Rosen::Utils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | fill_types_persp.cpp | 42 void FillTypePersp::MakePath() in MakePath() function in FillTypePersp 117 MakePath(); in OnTestFunction()
|
H A D | convex_paths.h | 37 void MakePath();
|
H A D | fill_types_persp.h | 37 void MakePath();
|
H A D | convex_paths.cpp | 46 MakePath(); in OnTestFunction() 338 void ConvexPaths::MakePath() in MakePath() function in ConvexPaths
|