HomeSort by relevance Sort by last modified time
    Searched refs:tst_tmpdir_created (Results 1 - 7 of 7) sorted by null

  /external/ltp/include/old/
old_tmpdir.h 51 int tst_tmpdir_created(void);
  /external/ltp/lib/
tst_checkpoint.c 59 * tst_tmpdir_created() will return false because the tmpdir was
63 if (cleanup_fn && !tst_tmpdir_created()) {
tst_module.c 55 if (err == -1 && tst_tmpdir_created()) {
tst_resource.c 104 if (!tst_tmpdir_created()) {
tst_tmpdir.c 102 int tst_tmpdir_created(void) function
tst_device.c 296 if (!tst_tmpdir_created()) {
tst_test.c 85 if (!tst_tmpdir_created())
742 if (needs_tmpdir() && !tst_tmpdir_created())
810 if (tst_tmpdir_created()) {

Completed in 89 milliseconds