Searched refs:singleCmd (Results 1 – 6 of 6) sorted by relevance
102 let singleCmd: string = "";104 singleCmd = singleCmdPrefix + ` "${appAbc}"`;113 …singleCmd = singleCmdPrefix + ` --enable-pgo-profiler=true --compiler-pgo-profiler-path="${profile…118 logger.debug(`generateAot cmd: ${singleCmd}`);158 let singleCmd: string;160 …singleCmd= `${tempAbcArgs.join(' ')} "${toUnixPath(builtinFilePath)}" -q -b -m --merge-abc -o "${b…162 …singleCmd= `${tempAbcArgs.join(' ')} "${toUnixPath(builtinFilePath)}" --type-dts-builtin --type-ex…165 logger.debug(`generateBuiltinAbc cmd: ${singleCmd}`);166 childProcess.execSync(singleCmd, { windowsHide: true });
35 …const singleCmd: any = `${cmd} "${cacheOutputPath}" -o "${cacheAbcFilePath}" --source-file "${sour… constant36 logger.debug('gen abc cmd is: ', singleCmd, ' ,file size is:', inputPaths[i].size, ' byte');38 childProcess.execSync(singleCmd);
48 const singleCmd: any = `${cmd} --input-file "${filePath}" --output-proto --merge-abc`; constant49 logger.debug('gen abc cmd is: ', singleCmd);51 childProcess.execSync(singleCmd);
616 …const singleCmd: any = `"${js2Abc}" --compile-npm-entries "${npmEntriesInfoPath}" "${npmEntriesPro… constant618 childProcess.execSync(singleCmd);1192 …const singleCmd: any = `"${mergeAbc}" --input "@${protoFilePath}" --outputFilePath "${projectConfi… constant1194 childProcess.execSync(singleCmd);
39 …const singleCmd: any = `${cmd} "${cacheFilePath}" -o "${cacheAbcFilePath}" --source-file "${source… constant41 childProcess.execSync(singleCmd, { windowsHide: true });65 const singleCmd: any = `${cmd} "${filePath}"`; constant67 childProcess.execSync(singleCmd, { windowsHide: true });
32 …const singleCmd = `${cmd} "${cacheOutputPath}" -o "${cacheAbcFilePath}" --source-file "${sourceFil…34 childProcess.execSync(singleCmd);