Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_fs.h57 int tst_fs_has_free_(void (*cleanup)(void), const char *path,
183 return tst_fs_has_free_(NULL, path, size, mult); in tst_fs_has_free()
209 return tst_fs_has_free_(cleanup, path, size, mult); in tst_fs_has_free()
/external/ltp/lib/
Dtst_fs_has_free.c29 int tst_fs_has_free_(void (*cleanup)(void), const char *path, in tst_fs_has_free_() function