Home
last modified time | relevance | path

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

/third_party/ltp/lib/newlib_tests/
Dtst_needs_cmds05.c19 .needs_cmds = (const char *[]) {
Dtst_needs_cmds04.c19 .needs_cmds = (const char *[]) {
Dtst_needs_cmds01.c15 .needs_cmds = (const char *[]) {
Dtst_needs_cmds08.c21 .needs_cmds = (const char *[]) {
Dtst_needs_cmds02.c19 .needs_cmds = (const char *[]) {
Dtst_needs_cmds07.c19 .needs_cmds = (const char *[]) {
Dtst_needs_cmds03.c19 .needs_cmds = (const char *[]) {
Dtst_needs_cmds06.c19 .needs_cmds = (const char *[]) {
/third_party/ltp/testcases/kernel/fs/squashfs/
Dsquashfs01.c107 .needs_cmds = (const char *const []) {
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx05.c124 .needs_cmds = (const char *[]) {
Dstatx07.c173 .needs_cmds = (const char *[]) {
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl09.c116 .needs_cmds = (const char *const []) {
/third_party/ltp/include/
Dtst_test.h282 const char *const *needs_cmds; member
/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl04.c178 .needs_cmds = (const char *[]) {
Dquotactl09.c185 .needs_cmds = (const char *[]) {
Dquotactl06.c217 .needs_cmds = (const char *const []) {
Dquotactl08.c223 .needs_cmds = (const char *[]) {
Dquotactl01.c226 .needs_cmds = (const char *const []) {
/third_party/ltp/testcases/kernel/syscalls/add_key/
Dadd_key05.c235 .needs_cmds = (const char *const []) {
/third_party/ltp/testcases/kernel/device-drivers/zram/
Dzram03.c246 .needs_cmds = (const char *[]) {
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify22.c308 .needs_cmds = (const char *[]) {
/third_party/ltp/lib/
Dtst_test.c1051 if (tst_test->needs_cmds) { in do_setup()
1055 for (i = 0; (cmd = tst_test->needs_cmds[i]); ++i) in do_setup()
/third_party/ltp/doc/
Dc-test-api.txt2010 Required commands can be checked with '.needs_cmds', which points to a 'NULL'
2015 .needs_cmds = (const char *const []) {
2022 Also can check required command version whether is satisfied by using 'needs_cmds'
2027 .needs_cmds = (const char *const []) {