Searched refs:tst_module_exists_ (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/include/ |
D | tst_module.h | 10 void tst_module_exists_(void (cleanup_fn)(void), const char *mod_name, 15 tst_module_exists_(NULL, mod_name, mod_path); in tst_module_exists()
|
/third_party/ltp/include/old/ |
D | old_module.h | 37 void tst_module_exists_(void (cleanup_fn)(void), const char *mod_name, 58 tst_module_exists_(cleanup_fn, mod_name, mod_path); in tst_module_exists()
|
/third_party/ltp/lib/ |
D | tst_module.c | 31 void tst_module_exists_(void (cleanup_fn)(void), in tst_module_exists_() function 84 tst_module_exists_(cleanup_fn, mod_name, &mod_path); in tst_module_load_()
|