Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_util_module/container/
Dbuild_ts_js.py46 cmd = [NODE_PATH, TSC_PATH, "--outDir", input_arguments.out_filePath] variable
54 cmd = ['cp', "-r", srcpath, dstpath] variable
57 cmd = ['rm', "-rf", input_arguments.out_filePath] variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_memory.rs36 let cmd = format!("/proc/{pid:}/status"); in get_memory_info() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
Dylong_tokio_mem.rs23 let cmd = format!("{pid}"); in get_memory_info() localVariable
Dylong_tokio_spawn.rs26 let cmd = format!("{pid}"); in get_memory_info() localVariable