Home
last modified time | relevance | path

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

/bionic/tests/
Dstdlib_test.cpp75 typedef GenericTemporaryFile<> MyTemporaryFile; typedef
458 MyTemporaryFile tf([](char* path) { return mkostemp64(path, O_CLOEXEC); }); in TEST()
463 MyTemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); }); in TEST()
468 MyTemporaryFile tf(mkstemp64); in TEST()
475 MyTemporaryFile tf(mkstemp); in TEST()