Searched refs:run_command (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/floss/build/ |
| D | container-build-image.py | 37 def run_command(self, target, args, cwd=None, env=None, ignore_rc=False): member in ContainerImageBuilder 62 …self.run_command(self.container_binary + ' build', [self.container_binary, 'build', '-t', self.bui… 67 …self.run_command(self.container_binary + ' stop', [self.container_binary, 'stop', '-t', '1', self.… 68 …self.run_command(self.container_binary + ' rm', [self.container_binary, 'rm', self.container_name]… 72 self.run_command(self.container_binary + ' run', [ 106 …self.run_command(self.container_binary + ' exec #{}'.format(i), [self.container_binary, 'exec', '-… 109 …self.run_command(self.container_binary + ' commit', [self.container_binary, 'commit', self.contain… 112 …self.run_command(self.container_binary + ' stop', [self.container_binary, 'stop', '-t', '1', self.… 113 …self.run_command(self.container_binary + ' rm', [self.container_binary, 'rm', self.container_name])
|
| D | build-in-container.py | 65 def run_command(self, target, args, cwd=None, env=None, ignore_rc=False): member in FlossContainerRunner 94 self.run_command(self.container_binary + ' volume create', 115 self.run_command(self.container_binary + ' run', [ 122 self.run_command(self.container_binary + ' stop', 125 …self.run_command(self.container_binary + ' rm', [self.container_binary, 'rm', self.container_name], 136 self.run_command(self.container_binary + ' exec #{}'.format(i),
|
| /packages/modules/Bluetooth/ |
| D | build.py | 291 def run_command(self, target, args, cwd=None, env=None): member in HostBuild 411 self.run_command('configure', gn_args) 425 self.run_command('build', ninja_args) 451 self.run_command('rust', cmd, cwd=os.path.join(self.platform_dir, 'bt'), env=self.env) 473 …self.run_command('docs', ['cargo', 'doc'], cwd=os.path.join(self.platform_dir, 'bt'), env=self.env) 496 … self.run_command('test', rust_test_cmd, cwd=os.path.join(self.platform_dir, 'bt'), env=self.env) 500 self.run_command('test', [os.path.join(self.output_dir, 'out/Default', t)], 508 self.run_command('rust', cmd, cwd=os.path.join(self.platform_dir, 'bt'), env=self.env) 517 self.run_command('utils', ['cargo', 'build', '-p', target], 565 self.run_command('install', ['llvm-strip', dst]) [all …]
|
| /packages/modules/Virtualization/guest/compsvc/src/ |
| D | compilation.rs | 234 let _pid = jail.run_command(command)?; in spawn_jailed_task()
|