Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/linux/
Dcap.c44 static unsigned int __ohos_caps_maps[] = { variable
126 int num = sizeof(__ohos_caps_maps) / sizeof(int); in ohos_caps_to_linux()
130 if (!((1 << __ohos_caps_maps[loop]) & caps)) { in ohos_caps_to_linux()
134 switch (__ohos_caps_maps[loop]) { in ohos_caps_to_linux()