Searched refs:realFilePathStr (Results 1 – 1 of 1) sorted by relevance
443 std::string realFilePathStr(realFilePath); in ReadFile() local445 …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()