Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp243 size_t lenV = SIZE_32; in MLock() local
244 char *mem = static_cast<char *>(malloc(sizeof(char) * lenV)); in MLock()
248 ret = mlock(mem, lenV); in MLock()
249 munlock(mem, lenV); in MLock()
251 ret = mlock(nullptr, lenV); in MLock()
268 size_t lenV = SIZE_32; in MLock2() local
269 char *mem = static_cast<char *>(malloc(sizeof(char) * lenV)); in MLock2()
273 ret = mlock2(mem, lenV, PARAM_0); in MLock2()
274 munlock(mem, lenV); in MLock2()
276 ret = mlock(nullptr, lenV); in MLock2()
[all...]
H A Dunistdndk.cpp204 size_t lenV = PARAM_32; in Crypt() local
205 char *salt = static_cast<char *>(malloc(sizeof(char) * lenV)); in Crypt()
206 napi_get_value_string_utf8(env, args[PARAM_0], salt, lenV, &lenA); in Crypt()
1213 size_t lenV = PARAM_32; in Link() local
1214 char *oldPath = static_cast<char *>(malloc(sizeof(char) * lenV)); in Link()
1215 char *newPath = static_cast<char *>(malloc(sizeof(char) * lenV)); in Link()
1216 napi_get_value_string_utf8(env, args[PARAM_0], oldPath, lenV, &lenA); in Link()
1217 napi_get_value_string_utf8(env, args[PARAM_1], newPath, lenV, &lenA); in Link()
1234 size_t lenV = PARAM_32; in LinkAt() local
1235 char *oldPath = static_cast<char *>(malloc(sizeof(char) * lenV)); in LinkAt()
1254 size_t lenV = PARAM_32; LockF() local
1275 size_t lenV = PARAM_32; LockF64() local
[all...]
H A Dstatndk.cpp401 size_t lenV = BUFSIZE; in MkFiFo() local
403 napi_get_value_string_utf8(env, args[PARAM_0], path, lenV, &lenA); in MkFiFo()

Completed in 6 milliseconds