Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 27) sorted by relevance

12

/developtools/ace_js2bundle/ace-loader/
Dnpm-install.js19 let exec = require('child_process').exec; variable
48 exec("npm install", { cwd: cwd }, function (err, stdout, stderr) {
Dmain.product.js128 shell.exec(cmd, (err) => {
/developtools/ace_ets2bundle/compiler/
Dnpm-install.js19 const exec = require('child_process').exec; constant
48 exec('npm install', { cwd: cwd }, function(err, stdout, stderr) {
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-snapshot-plugin.js17 const exec = _require.exec; constant
57 exec(`"${snapshot}" generate -o "${bcPath}" "${element}"`, (error) => {
Dlite-transform-template.js478 const funcReturnMatches = REGXP_FUNC_RETURN.exec(res);
500 const funcExpressions = REGXP_FUNC_RETURN.exec(func);
/developtools/ace_js2bundle/ace-loader/src/
Dresource-reference-script.js22 while (result = ResourceRefReg.exec(source)) {
36 while (result = SysResourceTypeRefReg.exec(source)) {
51 while (result = AppResourceTypeRefReg.exec(source)) {
Dmanage-bundle-workers.js41 exec: path.resolve(__dirname, genAbcScript), property
45 exec: path.resolve(__dirname, genAbcScript), property
DgenAbc-plugin.js587 const child = childProcess.exec(genAbcCmd);
705 exec: path.resolve(__dirname, genAbcScript) property
709 exec: path.resolve(__dirname, genAbcScript) property
/developtools/ace_ets2bundle/compiler/src/
Dmanage_workers.ts54 exec: path.resolve(__dirname, genAbcScript)
58 exec: path.resolve(__dirname, genAbcScript)
Dgen_merged_abc.ts140 const child = childProcess.exec(genAbcCmd);
Dgen_abc_plugin.ts1216 const child = childProcess.exec(genAbcCmd);
1315 exec: path.resolve(__dirname, genAbcScript)
1319 exec: path.resolve(__dirname, genAbcScript)
/developtools/integration_verification/tools/fotff/utils/
Dhdc.go15 if hdc, _ = exec.LookPath("hdc"); hdc == "" {
16 hdc, _ = exec.LookPath("hdc_std")
Dexec.go45 cmd := exec.CommandContext(ctx, name, args...)
80 out, err := exec.CommandContext(ctx, name, args...).CombinedOutput()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dcommon_mode.ts120 exec: this.genAbcScriptPath,
125 exec: this.genAbcScriptPath,
/developtools/smartperf_host/ide/server/
Dmain.go162 cmdRes := exec.Command("cmd", "/c", fmt.Sprintf("netstat -ano -p tcp | findstr %d", portNumber))
435 return exec.Command(cmd, args...).Start()
440 return exec.Command(cmd, args...).Start()
445 return exec.Command(cmd, args...).Start()
485 res := exec.Command("cmd", "/c", fmt.Sprintf("taskkill /F /PID %d /T", pid))
/developtools/profiler/host/smartperf/ide/server/
Dmain.go162 cmdRes := exec.Command("cmd", "/c", fmt.Sprintf("netstat -ano -p tcp | findstr %d", portNumber))
435 return exec.Command(cmd, args...).Start()
440 return exec.Command(cmd, args...).Start()
445 return exec.Command(cmd, args...).Start()
485 res := exec.Command("cmd", "/c", fmt.Sprintf("taskkill /F /PID %d /T", pid))
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js37 let match = dataReg.exec(v)
Dcomponent_validator.js704 result = ResourceRefReg.exec(value);
715 result = SysResourceTypeRefReg.exec(value);
727 result = AppResourceTypeRefReg.exec(value);
1167 result = SysResourceTypeRefReg.exec(attrValue);
1171 result = AppResourceTypeRefReg.exec(attrValue);
/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLiteWorker.ts90 let r = conn.exec(item);
/developtools/smartperf_host/ide/src/trace/database/
DSqlLiteWorker.ts90 let r = conn.exec(item);
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md76 command exec finished!
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts197 return childProcess.exec(genAbcCmd, { windowsHide: true });
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts393 return childProcess.exec(genAbcCmd, { windowsHide: true });
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch112 - remove_on_exec : 1, /* event is removed from task on exec */
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch112 - remove_on_exec : 1, /* event is removed from task on exec */

12