Lines Matching refs:lines
26 void TestSetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const
28 SetRuntimeInfo(realOutPath, lines, length);
31 void TestGetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildId) const
33 GetRuntimeInfoByPath(lines, realOutPath, soBuildId);
49 // Generate random lines content
52 char lines[maxLength][bufferSize] = {};
60 runtimeInfoTest.TestSetRuntimeInfo(realOutPath.c_str(), lines, maxLength);
76 // prepare lines
77 char lines[AotRuntimeInfo::MAX_LENGTH][AotRuntimeInfo::BUFFER_SIZE] = {{0}};
80 runtimeInfoTest.TestGetRuntimeInfoByPath(lines, realOutPath.c_str(), soBuildId.c_str());