Home
last modified time | relevance | path

Searched refs:GetExternalModuleName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dcallee_info.h40 const std::string &GetExternalModuleName() const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dcallee_info.cpp61 const std::string &CalleeInfo::GetExternalModuleName() const in GetExternalModuleName() function in panda::defect_scan_aux::CalleeInfo
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp375 TestHelper::ExpectEqual(ci3_0->GetExternalModuleName(), "./mod2"); in main()
384 TestHelper::ExpectEqual(ci4_0->GetExternalModuleName(), "../../mod1"); in main()
389 TestHelper::ExpectEqual(ci4_1->GetExternalModuleName(), "../../mod1"); in main()
419 TestHelper::ExpectEqual(ci6_1->GetExternalModuleName(), ""); in main()
429 TestHelper::ExpectEqual(ci7_0->GetExternalModuleName(), "../../mod1"); in main()