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