Searched refs:current_os (Results 1 – 4 of 4) sorted by relevance
/developtools/ace_ets2bundle/ |
D | install_arkguard_tsc.py | 24 def extract(package_path, dest_path, package_name, current_os): argument 26 temp_package_path = os.path.join(dest_path, current_os + package_name) 56 current_os = args[3] 58 extract(tsc_path, node_modules_path, 'typescript', current_os) 59 extract(arkguard_path, node_modules_path, 'arkguard', current_os)
|
D | BUILD.gn | 349 current_os,
|
/developtools/smartperf_host/trace_streamer/build/ |
D | protoc_w.py | 34 current_os = platform.system() variable 35 if current_os == "Windows":
|
/developtools/ace_js2bundle/ |
D | BUILD.gn | 102 if ("${current_os}_${current_cpu}" == "mingw_x86_64") {
|