Home
last modified time | relevance | path

Searched refs:current_os (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/
Dinstall_arkguard_tsc.py24 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)
DBUILD.gn349 current_os,
/developtools/smartperf_host/trace_streamer/build/
Dprotoc_w.py34 current_os = platform.system() variable
35 if current_os == "Windows":
/developtools/ace_js2bundle/
DBUILD.gn102 if ("${current_os}_${current_cpu}" == "mingw_x86_64") {