Home
last modified time | relevance | path

Searched refs:abc_filename (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Ddefect_scan_aux_demo.cpp22 std::string_view abc_filename = "test.abc"; in main() local
23 auto abc_file = panda::defect_scan_aux::AbcFile::Open(abc_filename); in main()
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_es2panda_test_abc.py69 abc_filename = f"{base_name}.abc"
70 abc_output_path = os.path.join(temp_abc_dir, abc_filename)
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dabc_file.h52 static std::unique_ptr<const AbcFile> Open(std::string_view abc_filename);
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dabc_file.cpp52 std::unique_ptr<const AbcFile> AbcFile::Open(std::string_view abc_filename) in Open() argument
54 auto panda_file = panda_file::OpenPandaFile(abc_filename); in Open()
56 LOG(ERROR, DEFECT_SCAN_AUX) << "Can not open binary file '" << abc_filename << "'"; in Open()
60 std::unique_ptr<AbcFile> abc_file(new (std::nothrow) AbcFile(abc_filename, std::move(panda_file))); in Open()
62 LOG(ERROR, DEFECT_SCAN_AUX) << "Can not create AbcFile instance for '" << abc_filename << "'"; in Open()

Completed in 4 milliseconds