Searched defs:projectPath (Results 1 – 7 of 7) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
D | ConvertHapToBin.java | 53 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/ |
D | main.product.js | 63 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/ |
D | manifest-loader.js | 19 let projectPath = process.env.aceModuleRoot || process.cwd(); variable
|
D | resource-plugin.js | 466 function checkTestRunner(projectPath, entryObj) { argument 471 function walkSync(filePath_, files, entryObj, projectPath) { argument
|
/developtools/ace-ets2bundle/compiler/ |
D | main.js | 347 function hashProjectPath(projectPath) { argument
|
/developtools/ace-ets2bundle/compiler/src/ |
D | process_component_build.ts | 357 const projectPath: string = projectConfig.projectPath; constant
|
/developtools/ace-js2bundle/ace-loader/plugin/templater/ |
D | component_validator.js | 21 const projectPath = process.env.aceModuleRoot || process.cwd() constant
|