Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h31 auto exec_path = panda::os::file::File::GetExecutablePath(); in PandaRunner() local
33 … std::vector<std::string> boot_panda_files = {exec_path.Value() + "/../pandastdlib/arkstdlib.abc"}; in PandaRunner()
Dasm_printer_test.cpp84 auto exec_path = panda::os::file::File::GetExecutablePath(); in PrinterTest() local
85 ASSERT(exec_path); in PrinterTest()
86 exec_path_ = exec_path.Value(); in PrinterTest()