Home
last modified time | relevance | path

Searched defs:target_os (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/build/ohos/sdk/
H A Dohos_sdk_description_std.json5 "target_os": [ array
15 "target_os": [ array
25 "target_os": [ array
34 "target_os": [ array
42 "target_os": [ array
50 "target_os": [ array
59 "target_os": [ array
69 "target_os": [ array
76 "target_os": [ array
83 "target_os": [ array
[all …]
/ohos5.0/build/
H A Dprebuilts_config.json20 "target_os": "linux", string
29 "target_os": "darwin", string
44 "target_os": "linux", string
53 "target_os": "linux", string
62 "target_os": "darwin", string
71 "target_os": "darwin", string
86 "target_os": "linux", string
95 "target_os": "linux", string
122 "target_os": "ohos", string
137 "target_os": "linux", string
[all …]
/ohos5.0/build/indep_configs/variants/default/
H A Dbuild_config.json11 "target_os": "ohos", string
/ohos5.0/build/hb/resources/config/
H A Dconfig.json16 "target_os": null, null
/ohos5.0/build/hb/resources/args/default/
H A Dindepbuildargs.json33 "target_os": { object
H A Denvargs.json90 "target_os": { object
H A Dbuildargs.json22 "target_os": { object
/ohos5.0/build/hb/resources/
H A Dconfig.py78 def target_os(self): member in Config
82 def target_os(self, value: str): member in Config
/ohos5.0/base/hiviewdfx/hiview/build/
H A Dgen_plugin_build.py143 def __init__(self, target_os, product, platform, arch, ram, rom): argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs286 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] fchown: Option< in https_connect()