Searched refs:MyTemporaryFile (Results 1 – 1 of 1) sorted by relevance
77 typedef GenericTemporaryFile<> MyTemporaryFile; typedef460 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()