Home
last modified time | relevance | path

Searched refs:PWrite_One (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/ets/test/
DUnistdNdk1.test.ets149 * @tc.desc : test the normal condition of PWrite_One
155 expect(unistd1.PWrite_One()).assertEqual(1);
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dunistdndk1.cpp130 static napi_value PWrite_One(napi_env env, napi_callback_info info) in PWrite_One() function
251 {"PWrite_One", nullptr, PWrite_One, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()