Home
last modified time | relevance | path

Searched defs:realPathStr (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
Dfile_utils.cpp26 bool IsValidFile(const std::string& realPathStr, const std::string& validFile) in IsValidFile()
33 std::string realPathStr = std::filesystem::path(filePath).lexically_normal().string(); in GetRealAndValidPath() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
Ddrawing_playback.cpp264 std::string realPathStr = ""; in GetRealPathStr() local
274 bool DrawingDCL::IsValidFile(const std::string& realPathStr) in IsValidFile()