Home
last modified time | relevance | path

Searched defs:buildSdkPath (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/
Dbuild_config_decl.json20 "buildSdkPath": ".", string
Dbuild_config.json17 "buildSdkPath": "${absolute_path_to_build_system}/test/mock_sdk/", string
/arkcompiler/ets_frontend/ets2panda/bindings/src/build/
DbuildMode.ts29 buildSdkPath: string; property in BuildMode
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_hap/
Dbuild_config.json25 "buildSdkPath": "${absolute_path_to_build_system}/test/mock_sdk/", string
/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts378 const buildSdkPath = path.join(testDir, 'ets', 'ets1.2'); constant
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dtypes.ts139 buildSdkPath: string; property
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts87 buildSdkPath: string; property
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts78 public buildSdkPath: string; property in BaseMode