Home
last modified time | relevance | path

Searched refs:tst_module_exists_ (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/
Dtst_module.h10 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/
Dold_module.h37 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/
Dtst_module.c31 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_()