Home
last modified time | relevance | path

Searched refs:target_os (Results 1 - 15 of 15) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
H A Dtty_utility.rs17 #[cfg(target_os = "windows")]
20 #[cfg(target_os = "windows")]
25 #[cfg(target_os = "windows")]
27 #[cfg(target_os = "windows")]
29 #[cfg(target_os = "windows")]
31 #[cfg(target_os = "windows")]
33 #[cfg(target_os = "windows")]
36 #[cfg(target_os = "windows")]
39 #[cfg(target_os = "windows")]
49 #[cfg(target_os
[all...]
H A Dserver.rs17 #[cfg(target_os = "windows")]
19 #[cfg(target_os = "windows")]
39 #[cfg(target_os = "windows")]
116 if cfg!(target_os = "windows") {
160 #[cfg(target_os = "windows")]
190 #[cfg(not(target_os = "windows"))]
221 if cfg!(target_os = "windows") {
H A Dclient.rs30 #[cfg(not(target_os = "windows"))]
35 #[cfg(not(target_os = "windows"))]
40 #[cfg(target_os = "windows")]
43 #[cfg(target_os = "windows")]
210 #[cfg(target_os = "windows")]
255 #[cfg(not(target_os = "windows"))]
543 #[cfg(not(target_os = "windows"))]
572 #[cfg(not(target_os = "windows"))]
H A Dauth.rs237 let output = if cfg!(target_os = "windows") { in get_home_dir()
254 let output = if cfg!(target_os = "windows") { in get_hostname()
H A Dlogger.rs141 #[cfg(target_os = "windows")] in log()
/developtools/hdc/hdc_rust/src/common/
H A Dsendmsg.rs17 #[cfg(not(target_os = "windows"))]
20 #[cfg(not(target_os = "windows"))]
25 #[cfg(not(target_os = "windows"))]
H A Dbase.rs88 if cfg!(target_os = "windows") { in get_path_sep()
100 if cfg!(target_os = "windows") { in is_absolute_path()
H A Dhdctransfer.rs21 #[cfg(not(target_os = "windows"))]
23 #[cfg(not(target_os = "windows"))]
124 #[cfg(not(target_os = "windows"))]
130 #[cfg(not(target_os = "windows"))]
154 #[cfg(not(target_os = "windows"))] in create_dir_all_with_permission()
157 #[cfg(not(target_os = "windows"))] in create_dir_all_with_permission()
163 #[cfg(target_os = "windows")] in create_dir_all_with_permission()
240 #[cfg(not(target_os = "windows"))] in check_local_path()
259 #[cfg(not(target_os = "windows"))] in check_local_path()
H A Dforward.rs22 #[cfg(not(target_os = "windows"))]
25 #[cfg(not(target_os = "windows"))]
27 #[cfg(not(target_os = "windows"))]
36 #[cfg(not(target_os = "windows"))]
457 #[cfg(not(target_os = "windows"))]
794 #[cfg(not(target_os = "windows"))]
865 #[cfg(not(target_os = "windows"))]
890 #[cfg(not(target_os = "windows"))]
951 #[cfg(target_os = "windows")]
956 #[cfg(not(target_os
[all...]
/developtools/smartperf_host/trace_streamer/build/
H A Dbuild_base_func.sh56 darwin*) gn_path="macx" target_os="macx" ;;
57 linux*) gn_path="linux" target_os="linux" ;;
59 msys*) gn_path="windows" target_os="windows" gn="gn.exe" ninja="ninja.exe" ;;
H A Dbuild_base.sh17 if [ "$target_os" == "windows" ];then
39 cp out/$target_os/protoc out/"$TARGET_DIR"/protoc
44 cp out/$target_os/protoreader_plugin out/"$TARGET_DIR"/protoreader_plugin
/developtools/hdc/hdc_rust/src/transfer/
H A Dusb.rs30 #[cfg(not(target_os = "windows"))]
57 #[cfg(not(target_os = "windows"))]
59 #[cfg(not(target_os = "windows"))]
67 #[cfg(not(target_os = "windows"))]
114 #[cfg(not(target_os = "windows"))]
133 #[cfg(not(target_os = "windows"))]
156 #[cfg(target_os = "windows")]
179 #[cfg(not(target_os = "windows"))]
194 #[cfg(not(target_os = "windows"))]
210 #[cfg(target_os
[all...]
H A Duart.rs31 #[cfg(not(target_os = "windows"))]
44 #[cfg(not(target_os = "windows"))]
46 #[cfg(not(target_os = "windows"))]
55 #[cfg(not(target_os = "windows"))]
83 #[cfg(not(target_os = "windows"))] in uart_close()
87 #[cfg(target_os = "windows")] in uart_close()
/developtools/hdc/hdc_rust/src/
H A Dutils.rs52 let arg_sign = if cfg!(target_os = "windows") { in execute_cmd()
58 let programe = if cfg!(target_os = "windows") { in execute_cmd()
H A Dcommon.rs26 #[cfg(not(target_os = "windows"))]

Completed in 7 milliseconds