Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Dcommon.cpp443 std::string realFilePathStr(realFilePath); in ReadFile() local
445 …CHECK_TRUE(VerifyPath(realFilePathStr, validPaths), false, "Fail to VerifyPath: %s", realFilePathS… in ReadFile()
447 std::ifstream fileStream(realFilePathStr, std::ios::in); in ReadFile()
448 CHECK_TRUE(fileStream.is_open(), false, "Fail to open file %s", realFilePathStr.c_str()); in ReadFile()