Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h351 struct TmpFile { struct
352 explicit TmpFile(const char *file_name) : file_name_(file_name) {} in TmpFile() argument
353 ~TmpFile() in ~TmpFile() argument
358 const char *GetFileName() const in GetFileName()