Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_config.py281 is_select=True,
/openbmc/linux/security/tomoyo/
H A Dcommon.c1170 bool is_select = !is_delete && tomoyo_str_starts(&data, "select "); in tomoyo_write_domain() local
1179 else if (is_select) in tomoyo_write_domain()