Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 11 of 11) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js88 function checkRootNode(template, operate, relativePath) { argument
134 function generate(node, filePath, preNode, relativePath) { argument
150 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
261 function checkNodeChildren(node, filePath, relativePath) { argument
Dcomponent_validator.js170 function validateTagName(domNode, out, relativePath) { argument
685 function validateClass(classNames, out, nodeLoc, relativePath) { argument
758 function validateStyle(css, out, nodeLoc, relativePath) { argument
928 function validateIf(val, out, flag, nodeLoc, relativePath) { argument
961 function validateElif(val, out, flag, nodeLoc, relativePath) { argument
989 function validateFor(val, out, nodeLoc, relativePath) { argument
1027 function validateId(id, out, nodeLoc, relativePath) { argument
1044 function validateAppend(val, out, nodeLoc, relativePath) { argument
1066 function validateEvent(eventName, val, out, pos, relativePath) { argument
1141 function validateAttr(resourcePath, attrName, attrValue, out, tagName, nodeLoc, relativePath) { argument
[all …]
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts549 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
557 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
565 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
573 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
Dimport_path_expand.test.ts97 for (const [relativePath, code] of Object.entries(symbolToFileMap)) { constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/
Dinterop_manager.ts535 const relativePath = normalizedModuleName.slice(rootIndex + normalizedRoot.length + 1); constant
575 const relativePath = path.relative(projectConfig.projectRootPath, rawPath); constant
/developtools/packing_tool/adapter/ohos/
DBinaryTool.java140 String relativePath = f.getParent().replace(directory, ""); in writeFileInfo() local
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dprocess_visual.ts299 const relativePath = filePath.replace(projectRootPath, ''); constant
Dark_utils.ts193 const relativePath = processSrcMain(result, projectFilePath); constant
497 const relativePath = toUnixPath(filePath).replace(aliasName, ''); constant
/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts299 const relativePath = filePath.replace(projectRootPath, ''); constant
Dark_utils.ts188 const relativePath = processSrcMain(result, projectFilePath); constant
474 const relativePath = toUnixPath(filePath).replace(aliasName, ''); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts639 const relativePath: string = toUnixPath(bundleMode.projectConfig.aceModuleBuild.replace( constant