Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp2851 static void tempnam_test(bool has_TMPDIR, const char* dir, const char* prefix, const char* re) { in tempnam_test() function
2867 tempnam_test(true, nullptr, nullptr, "^/my/tmp/dir/.*"); in TEST()
2871 tempnam_test(false, nullptr, nullptr, "^/data/local/tmp/.*"); in TEST()
2875 tempnam_test(true, nullptr, "prefix", "^/my/tmp/dir/prefix.*"); in TEST()
2879 tempnam_test(false, nullptr, "prefix", "^/data/local/tmp/prefix.*"); in TEST()
2883 tempnam_test(true, "/a/b/c", nullptr, "^/my/tmp/dir/.*"); in TEST()
2887 tempnam_test(false, "/a/b/c", nullptr, "^/a/b/c/.*"); in TEST()
2891 tempnam_test(true, "/a/b/c", "prefix", "^/my/tmp/dir/prefix.*"); in TEST()
2895 tempnam_test(false, "/a/b/c", "prefix", "^/a/b/c/prefix.*"); in TEST()