Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/autotest/aw/
Dinstall_lib.py29 def install(pkg_name=None): argument
48 def install_by_pkg_name(pkg_name): argument
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dsources.py39 def pkg_name(self) -> str: member in SourceBase
60 def pkg_name(self) -> str: member in SourceFile
83 def pkg_name(self) -> str: member in SourceBuffer
/arkcompiler/runtime_core/abc2program/common/
Dabc2program_entity_container.cpp85 std::string pkg_name = GetPkgNameFromRecordName(record_name); in ModifyPkgNameForRecordName() local