Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp467 std::string realDclFilePathStr = GetRealPathStr(dclFile); in LoadDrawCmdList() local
468 if (realDclFilePathStr.empty()) { in LoadDrawCmdList()
471 if (!IsValidFile(realDclFilePathStr)) { in LoadDrawCmdList()
475 UniqueFd fd(open(realDclFilePathStr.c_str(), O_RDONLY)); in LoadDrawCmdList()