Home
last modified time | relevance | path

Searched defs:bufLen (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp49 uint32_t bufLen = bufHandle->GetLength(); in ReallocateBuffer() local
67 uint32_t bufLen = buf->GetLength(); in AppendCharArrayToBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp92 extern "C" ets_int ETS_GetCreatedVMs(EtsVM **vmBuf, ets_size bufLen, ets_size *nVms) in ETS_GetCreatedVMs()