Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp1205 static napi_value Putenv_One(napi_env env, napi_callback_info info) in Putenv_One() function
1207 char src[] = "test=Putenv_One"; in Putenv_One()
1209 NAPI_ASSERT(env, ret == PARAM_0, "Putenv_One unsetenv Error"); in Putenv_One()
1211 NAPI_ASSERT(env, ret == PARAM_0, "Putenv_One putenv Error"); in Putenv_One()
1213 NAPI_ASSERT(env, test != nullptr, "Putenv_One getenv Error"); in Putenv_One()
1216 napi_create_int32(env, strcmp("Putenv_One", test) == PARAM_0, &result); in Putenv_One()
1653 {"Putenv_One", nullptr, Putenv_One, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()

Completed in 5 milliseconds