Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DConvertHapToBin.java53 String projectPath = file.getParent() + File.separator + OUTPUT_PATH; in packHapTobin() local
54 FileUtils.unzip(absHapPath.get(), projectPath); in packHapTobin() local
72 public static boolean packProjectTobin(final String projectPath, final String binPath) { in packProjectTobin()
102 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
160 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.js466 function checkTestRunner(projectPath, entryObj) { argument
471 function walkSync(filePath_, files, entryObj, projectPath) { argument
/developtools/ace-ets2bundle/compiler/
Dmain.js347 function hashProjectPath(projectPath) { argument
/developtools/ace-ets2bundle/compiler/src/
Dprocess_component_build.ts357 const projectPath: string = projectConfig.projectPath; constant
/developtools/ace-js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js21 const projectPath = process.env.aceModuleRoot || process.cwd() constant