Home
last modified time | relevance | path

Searched defs:TestTempFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_test_support.h76 struct TestTempFile { struct
82 TestTempFile CreateTempFile(); argument
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ioutil/
Dtempfile_test.go17 func TestTempFile(t *testing.T) { func