Home
last modified time | relevance | path

Searched defs:TARGET_API_VERSION (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dpath_config.ts74 export const TARGET_API_VERSION: string = "--target-api-version="; constant
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_fa.cpp34 const std::string TARGET_API_VERSION = "targetAPIVersion"; variable
Dmodule_json_stage.cpp34 const std::string TARGET_API_VERSION = "targetAPIVersion"; variable
Dmodule_json.cpp34 const std::string TARGET_API_VERSION = "targetAPIVersion"; variable
/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java39 private static final String TARGET_API_VERSION = "targetAPIVersion"; field in ModuleJsonUtil
DJsonUtil.java86 private static final String TARGET_API_VERSION = "targetAPIVersion"; field in JsonUtil