Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstringndk.cpp676 int strlcpyValue = strlcpy(valueFirst, valueSecond, len); in Strlcpy() local
678 napi_create_int32(env, strlcpyValue, &result); in Strlcpy()
993 int strlcpyValue = __strlcpy_chk(valueFirst, valueSecond, strlen(valueSecond), MINUSONE); in Strlcpy_chk() local
995 napi_create_int32(env, strlcpyValue, &result); in Strlcpy_chk()

Completed in 3 milliseconds