Searched refs:Getrandom (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | randomndk1.cpp | 24 static napi_value Getrandom(napi_env env, napi_callback_info info)
in Getrandom() function 41 {"getrandom", nullptr, Getrandom, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
H A D | randomndk.cpp | 29 static napi_value Getrandom(napi_env env, napi_callback_info info)
in Getrandom() function 45 {"getrandom", nullptr, Getrandom, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
H A D | unistdndk.cpp | 1289 static napi_value Getrandom(napi_env env, napi_callback_info info)
in Getrandom() function 2130 {"getrandom", nullptr, Getrandom, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
Completed in 6 milliseconds