Home
last modified time | relevance | path

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

/bionic/tests/
Dstdlib_test.cpp77 typedef GenericTemporaryFile<> MyTemporaryFile; typedef
460 MyTemporaryFile tf([](char* path) { return mkostemp64(path, O_CLOEXEC); }); in TEST()
465 MyTemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); }); in TEST()
470 MyTemporaryFile tf(mkstemp64); in TEST()
477 MyTemporaryFile tf(mkstemp); in TEST()