xref
: /
aosp_15_r20
/
external
/
libcap
/
generate_cap_names_list.awk
(revision 2810ac1b38eead2603277920c78344c84ddf3aff)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/
#define[ \t](CAP[_A-Z]+)[ \t]+([0-9]+)[ \t]*$/ { printf "{\"%s\", %s},\n", tolower($2), $3; }
2