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.ts275 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
280 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
287 …const extName: string = (moduleId.endsWith(EXTNAME_MJS) || moduleId.endsWith(EXTNAME_CJS)) ? EXTNA… constant
/developtools/hdc/src/common/
Dtransfer.cpp353 bool HdcTransferBase::MatchPackageExtendName(string fileName, string extName) in MatchPackageExtendName()