Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsched_policy_test.cpp39 auto nice_idx = CAP_TO_INDEX(CAP_SYS_NICE); in hasCapSysNice()
40 auto nice_mask = CAP_TO_MASK(CAP_SYS_NICE); in hasCapSysNice()
/system/core/libcutils/include/private/
Dandroid_filesystem_capability.h95 #define CAP_SYS_NICE 23 macro