Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts156 const REG_LIB_SO: RegExp = constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts191 const REG_LIB_SO: RegExp = /lib(\S+)\.so/; constant
210 if (REG_LIB_SO.test(moduleRequest.trim())) {
211 return moduleRequest.replace(REG_LIB_SO, (_, libsoKey) => {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts196 const REG_LIB_SO: RegExp = /lib(.+)\.so/; constant
198 if (REG_LIB_SO.test(pkgName)) {
199 let ohmurl: string = pkgName.replace(REG_LIB_SO, (_, libsoKey) => {