Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DetsReExportDeclarationBuilder.h41 ETSReExportDeclarationBuilder &SetProgramPath(util::StringView programPath) in SetProgramPath() argument
43 programPath_ = programPath; in SetProgramPath()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsReExportDeclaration.cpp23 … const std::vector<std::string> &userPaths, util::StringView programPath, in ETSReExportDeclaration() argument
28 programPath_(programPath) in ETSReExportDeclaration()
DetsReExportDeclaration.h29 … const std::vector<std::string> &userPaths, util::StringView programPath,