Home
last modified time | relevance | path

Searched refs:panda_files (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/panda/
H A Dpanda.cpp235 auto panda_files = runtime_options.GetPandaFiles(); in Main() local
236 auto found_iter = std::find_if(panda_files.begin(), panda_files.end(), in Main()
238 if (found_iter == panda_files.end()) { in Main()
239 panda_files.push_back(file.GetValue()); in Main()
240 runtime_options.SetPandaFiles(panda_files); in Main()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
H A Dpaoc.py65 def panda_files(files: Iterable[Path]) -> str: member in Tool
74 opts = self.panda_files(libs)
/arkcompiler/runtime_core/compiler/tests/
H A Daot_test.cpp386 std::stringstream panda_files; in TEST_F() local
387 panda_files << panda_fname1.GetFileName() << ',' << panda_fname2.GetFileName(); in TEST_F()
388 auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_files.str().c_str(), "--paoc-output", in TEST_F()
795 std::stringstream panda_files; in TEST_F() local
796 panda_files << panda_fname1.GetFileName() << ',' << panda_fname2.GetFileName(); in TEST_F()

Completed in 2 milliseconds