Home
last modified time | relevance | path

Searched refs:SPLIT_STR (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_constants.h26 constexpr const char* SPLIT_STR = "|"; member
H A Daot_runtime_info.h271 if (strcat_s(runtimeInfoPart, NAME_MAX, OhosConstants::SPLIT_STR) != 0) { in BuildRuntimeInfoPart()
277 if (strcat_s(runtimeInfoPart, NAME_MAX, OhosConstants::SPLIT_STR) != 0) { in BuildRuntimeInfoPart()
293 char *token = strtok_r(buffer, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer()
296 token = strtok_r(NULL, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer()

Completed in 3 milliseconds