Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Daot_test.cpp68 TmpFile tmpfile("aotdump.tmp"); in RunAotdump()
70 auto res = os::exec::Exec(aotdump_path_.c_str(), "--show-code=disasm", "--output-file", tmpfile.GetFileName(), in RunAotdump()
174 std::string tmpfile = helpers::string::Format("/tmp/tmpfile_%04x.pn", tid); in TEST_F() local
237 aot_builder.Write(cmdline, tmpfile.c_str()); in TEST_F()
240 auto res = aot_manager.AddFile(tmpfile.c_str(), nullptr, static_cast<uint32_t>(mem::GCType::STW_GC)); in TEST_F()
243 auto aot_file = aot_manager.GetFile(tmpfile.c_str()); in TEST_F()
246 ASSERT_TRUE(strcmp(tmpfile.c_str(), aot_file->GetFileName()) == 0U); in TEST_F()
518 std::string tmpfile = helpers::string::Format("test.an", tid); in TEST_F() local
582 aot_builder.Write(cmdline, tmpfile.c_str()); in TEST_F()
584 auto res = FileManager::LoadAnFile(tmpfile in TEST_F()
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Daot_test.cpp83 TmpFile tmpfile("aotdump.tmp"); in RunAotdump()
85 auto res = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", "--output-file", tmpfile.GetFileName(), in RunAotdump()
291 std::string tmpfile = helpers::string::Format("/tmp/tmpfile_%04x.pn", tid); in TEST_F() local
292 const char *tmpfilePn = tmpfile.c_str(); in TEST_F()
311 std::string tmpfile = helpers::string::Format("test.an", tid); in TEST_F() local
312 const char *tmpfilePn = tmpfile.c_str(); in TEST_F()

Completed in 3 milliseconds