Home
last modified time | relevance | path

Searched defs:buildProfile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
Dbuilder.ts61 const buildProfile = path.join(projectPath, BUILD_PROFILE_JSON5); constant
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DbuildConfigGenerate.ts76 const buildProfile = parseJson5(buildProfilePath); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts240 const buildProfile = path.join(this.realProjectDir, BUILD_PROFILE_JSON5); constant