Home
last modified time | relevance | path

Searched defs:pandaSdkPath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/init/
Dprocess_build_config.ts90 const pandaSdkPath: string = path.resolve(buildConfig.pandaSdkPath as string); constant
124 const pandaSdkPath: string = path.resolve(buildConfig.pandaSdkPath as string); constant
/arkcompiler/ets_frontend/ets2panda/bindings/src/build/
DbuildMode.ts28 pandaSdkPath: string; property in BuildMode
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dtypes.ts140 pandaSdkPath?: string; // path to panda sdk lib/bin, for local test property
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts88 pandaSdkPath?: string; // path to panda sdk lib/bin, for local test property
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts77 public pandaSdkPath: string; property in BaseMode