Home
last modified time | relevance | path

Searched defs:extName (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts225 const extName: string = this.projectConfig.processTs ? EXTNAME_TS : EXTNAME_JS; constant
230 const extName: string = this.projectConfig.processTs ? '' : EXTNAME_JS; constant
237 …const extName: string = (moduleId.endsWith(EXTNAME_MJS) || moduleId.endsWith(EXTNAME_CJS)) ? EXTNA… constant
/developtools/hdc/src/common/
Dtransfer.cpp323 bool HdcTransferBase::MatchPackageExtendName(string fileName, string extName) in MatchPackageExtendName()