Searched refs:realDclFilePathStr (Results 1 – 1 of 1) sorted by relevance
467 std::string realDclFilePathStr = GetRealPathStr(dclFile); in LoadDrawCmdList() local468 if (realDclFilePathStr.empty()) { in LoadDrawCmdList()471 if (!IsValidFile(realDclFilePathStr)) { in LoadDrawCmdList()475 UniqueFd fd(open(realDclFilePathStr.c_str(), O_RDONLY)); in LoadDrawCmdList()