Home
last modified time | relevance | path

Searched defs:projectPath (Results 1 – 9 of 9) 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.js80 function loadEntryObj(projectPath, device_level, abilityType, manifestFilePath) { argument
113 function addPageEntryObj(manifest, projectPath) { argument
186 function hashProjectPath(projectPath) { argument
291 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.ts104 projectPath: string; property in ProjectConfig
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/
Drun_declgen_standalone.ts69 static projectPath; property in DeclfileProductor
/developtools/ace_ets2bundle/compiler/src/interop/
Dmain.js588 function getAbilityFullPath(projectPath, abilityPath) { argument
881 function hashProjectPath(projectPath) { argument
/developtools/ace_ets2bundle/compiler/
Dmain.js566 function getAbilityFullPath(projectPath, abilityPath) { argument
859 function hashProjectPath(projectPath) { argument
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js21 const projectPath = process.env.aceModuleRoot || process.cwd() constant