Searched refs:NO_ERRS (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | globndk.cpp | 25 #define NO_ERRS 0
macro 33 if (ret == NO_ERRS) {
in Glob() 34 napi_create_int32(env, NO_ERRS, &result);
in Glob() 47 errno = NO_ERRS;
in Globfree() 49 if (errno == NO_ERRS) {
in Globfree() 50 napi_create_int32(env, NO_ERRS, &result);
in Globfree()
|
H A D | glob1ndk.cpp | 25 #define NO_ERRS 0
macro 33 if (ret == NO_ERRS) {
in Glob() 34 napi_create_int32(env, NO_ERRS, &result);
in Glob()
|
H A D | deviceApiVersionndk.cpp | 19 #define NO_ERRS 0
macro 33 napi_create_int32(env, NO_ERRS, &result);
in GetDeviceApiVersion()
|
H A D | randomndk.cpp | 26 #define NO_ERRS 0
macro 35 napi_create_int32(env, NO_ERRS, &result);
in Getrandom()
|
H A D | getopt1ndk.cpp | 26 #define NO_ERRS 0
macro 65 napi_create_int32(env, NO_ERRS, &result);
in GetoptLong()
|
H A D | getoptndk.cpp | 26 #define NO_ERRS 0
macro 56 napi_create_int32(env, NO_ERRS, &result);
in GetoptLong()
|
Completed in 2 milliseconds