Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsReExportDeclaration.h53 util::StringView const &GetProgramPath() const in GetProgramPath() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp500 …program = item->GetProgramPath().Mutf8().substr(0, item->GetProgramPath().Mutf8().find_last_of('.'… in AddImportNamespaceSpecifiersToTopBindings()
503 … ir::StringLiteral dirName(util::UString(util::StringView(item->GetProgramPath().Mutf8().substr( in AddImportNamespaceSpecifiersToTopBindings()
504 … 0, item->GetProgramPath().Mutf8().find_last_of('/'))), in AddImportNamespaceSpecifiersToTopBindings()
610 …program = item->GetProgramPath().Mutf8().substr(0, item->GetProgramPath().Mutf8().find_last_of('.'… in AddImportSpecifiersToTopBindings()
613 … ir::StringLiteral dirName(util::UString(util::StringView(item->GetProgramPath().Mutf8().substr( in AddImportSpecifiersToTopBindings()
614 … 0, item->GetProgramPath().Mutf8().find_last_of('/'))), in AddImportSpecifiersToTopBindings()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp206 … if (std::find(paths.begin(), paths.end(), reExport->GetProgramPath().Mutf8()) != paths.end()) { in ParseETSGlobalScript()
208 …reExport->GetProgramPath().Mutf8().substr(0, reExport->GetProgramPath().Mutf8().find_last_of('/')); in ParseETSGlobalScript()