HomeSort by relevance Sort by last modified time
    Searched defs:needs_tmpdir (Results 1 - 2 of 2) sorted by null

  /external/ltp/include/
tst_test.h 82 int needs_tmpdir:1; member in struct:tst_test
  /external/ltp/lib/
tst_test.c 501 static int needs_tmpdir(void) function
503 return tst_test->needs_tmpdir ||
547 if (needs_tmpdir()) {
582 if (needs_tmpdir() && tmpdir_created) {

Completed in 59 milliseconds