Home
last modified time | relevance | path

Searched defs:tst_test (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ltp/include/
H A Dtst_test.h475 struct tst_test { struct
476 unsigned int tcnt;
478 struct tst_option *options;
480 const char *min_kver;
482 const char *const *supported_archs;
484 const char *tconf_msg;
486 unsigned int needs_tmpdir:1;
487 unsigned int needs_root:1;
488 unsigned int forks_child:1;
489 unsigned int needs_device:1;
[all …]
/aosp_15_r20/external/ltp/tools/sparse/
H A Dsparse-ltp.c205 static struct ident *tst_test, *tst_test_test; in check_test_struct() local
/aosp_15_r20/external/ltp/lib/
H A Dtst_test.c53 struct tst_test *tst_test; variable