Searched refs:realFilePath (Results 1 – 1 of 1) sorted by relevance
440 char* realFilePath = realpath(filePath.c_str(), nullptr); in ReadFile() local441 CHECK_NOTNULL(realFilePath, false, "Fail to realPath: %s", filePath.c_str()); in ReadFile()443 std::string realFilePathStr(realFilePath); in ReadFile()444 free(realFilePath); in ReadFile()