Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/
Drun_declgen_standalone.ts205 const normalizedFilePath: string = moduleInfo.isNative constant
210 …hmUrl: string = `${isNativeFlag}&${mainModuleName}&${bundleName}&${normalizedFilePath}&${moduleInf…
Dprocess_arkts_evolution.ts114 const normalizedFilePath: string = `${pkgName}/${projectFilePath}`; constant
116 …const ohmUrl: string = `${isSO}&${mainModuleName}&${bundleName}&${normalizedFilePath}&${pkgInfo.ve…
279 const normalizedFilePath = toUnixPath(filePath); constant
284 …let moduleId = normalizedFilePath.replace(toUnixPath(declgenCodeBrigdePath), toUnixPath(metaInfo.p…
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts802 const normalizedFilePath: string = path.resolve(file); constant
812 !cache[normalizedFilePath] || cache[normalizedFilePath].children.length === 0) {
815 cache[normalizedFilePath].children.forEach(file => {
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dets_checker.ts822 const normalizedFilePath: string = path.resolve(file); constant
832 !cache[normalizedFilePath] || cache[normalizedFilePath].children.length === 0) {
835 cache[normalizedFilePath].children.forEach(file => {