Home
last modified time | relevance | path

Searched defs:TmpFile (Results 1 – 2 of 2) 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()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h458 struct TmpFile { struct
459 explicit TmpFile(const char *fileName) : fileName_(fileName) {} in TmpFile() function
460 ~TmpFile() in ~TmpFile() argument
469 const char *GetFileName() const in GetFileName()