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.h60 int tst_fs_has_free_(void (*cleanup)(void), const char *path, unsigned int size,
225 return tst_fs_has_free_(NULL, path, size, mult); in tst_fs_has_free()
251 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