Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h33 … std::vector<std::string> boot_panda_files = {exec_path.Value() + "/../pandastdlib/arkstdlib.abc"}; in PandaRunner() local
/arkcompiler/runtime_core/panda/
Dpanda.cpp230 auto boot_panda_files = runtime_options.GetBootPandaFiles(); in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Druntime.py73 boot_panda_files: List[Path] = field(default_factory=list) variable in Options