Searched refs:GetProgramPath (Results 1 – 3 of 3) sorted by relevance
53 util::StringView const &GetProgramPath() const in GetProgramPath() function
500 …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()
206 … 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()