Searched refs:int_value (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | statfsndk.cpp | 38 int int_value = PARAM_0;
in Statfs() local 42 int_value = statfs(PATH, &sb);
in Statfs() 44 int_value = statfs(nullptr, &sb);
in Statfs() 47 napi_create_int32(env, int_value, &result);
in Statfs() 59 int int_value = PARAM_0;
in Statfs64() local 63 int_value = statfs64(PATH, &sb);
in Statfs64() 65 int_value = statfs64(nullptr, &sb);
in Statfs64() 68 napi_create_int32(env, int_value, &result);
in Statfs64()
|
H A D | stringsndk.cpp | 133 int int_value;
in Strcspn() local 134 int_value = strcspn(valueFirst, valueSecond);
in Strcspn() 136 napi_create_int32(env, int_value, &result);
in Strcspn()
|
H A D | stringndk.cpp | 690 int int_value = PARAM_0;
in Strchrnul() local 693 int_value = 'o';
in Strchrnul() 695 int_value = '\0';
in Strchrnul() 697 int_value = 'a';
in Strchrnul() 699 strchrnulValue = strchrnul(valueFirst, int_value);
in Strchrnul() 810 int int_value;
in Strcspn() local 811 int_value = strcspn(valueFirst, valueSecond);
in Strcspn() 813 napi_create_int32(env, int_value, &result);
in Strcspn()
|
Completed in 4 milliseconds