Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts201 const pkgEntryPath: string = toUnixPath(this.getPkgModulesFilePkgName(pkgPath));
213 const symlinkPkgEntryPath: string = toUnixPath(this.getPkgModulesFilePkgName(symlink));
261 packageName = this.getPkgModulesFilePkgName(metaInfo['pkgPath']);
553 private getPkgModulesFilePkgName(pkgPath: string) { method in ModuleMode