Home
last modified time | relevance | path

Searched defs:projectPath (Results 1 – 7 of 7) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DConvertHapToBin.java52 String projectPath = file.getParent() + File.separator + OUTPUT_PATH; in packHapTobin() local
53 FileUtils.unzip(absHapPath.get(), projectPath); in packHapTobin() local
71 public static boolean packProjectTobin(final String projectPath, final String binPath) { in packProjectTobin()
101 String projectPath = ""; in main() local
/developtools/ace_js2bundle/ace-loader/
Dmain.product.js63 function loadEntryObj(projectPath, device_level, abilityType, manifestFilePath) { argument
90 function addPageEntryObj(manifest, projectPath) { argument
149 function hashProjectPath(projectPath) { argument
230 function parseAbilityName(abilityType, projectPath) { argument
/developtools/ace_js2bundle/ace-loader/src/
Dmanifest-loader.js19 let projectPath = process.env.aceModuleRoot || process.cwd(); variable
Dresource-plugin.js479 function checkTestRunner(projectPath, entryObj) { argument
484 function walkSync(filePath_, files, entryObj, projectPath) { argument
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts101 projectPath: string; property in ProjectConfig
/developtools/ace_ets2bundle/compiler/
Dmain.js564 function getAbilityFullPath(projectPath, abilityPath) { argument
850 function hashProjectPath(projectPath) { argument
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js21 const projectPath = process.env.aceModuleRoot || process.cwd() constant