Home
last modified time | relevance | path

Searched refs:lineCount (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h94 int lineCount = getLength(lines, MAX_LENGTH); in BuildCompileRuntimeInfo() local
95 if (lineCount < MAX_LENGTH) { in BuildCompileRuntimeInfo()
96 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) { in BuildCompileRuntimeInfo()
119 int lineCount = getLength(lines, MAX_LENGTH); in BuildCrashRuntimeInfo() local
120 if (lineCount < MAX_LENGTH) { in BuildCrashRuntimeInfo()
121 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) { in BuildCrashRuntimeInfo()
376 int lineCount = 0; in GetRuntimeInfoByPath() local
381 lineCount < MAX_LENGTH && in GetRuntimeInfoByPath()
382 strcpy_s(lines[lineCount], BUFFER_SIZE, token) == 0) { in GetRuntimeInfoByPath()
383 lineCount in GetRuntimeInfoByPath()
[all...]
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
H A Dsetruntimeinfo_fuzzer.cpp54 int lineCount = dataProvider.ConsumeIntegralInRange<int>(1, maxLength); in SetRuntimeInfoFuzzTest() local
55 for (int i = 0; i < lineCount; ++i) { in SetRuntimeInfoFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp65 int lineCount = 1; in MatchJSONLineHeader() local
68 if (lineNum == lineCount && tempLineContent.find(lineContent) != CString::npos) { in MatchJSONLineHeader()
73 lineCount++; in MatchJSONLineHeader()

Completed in 3 milliseconds