HomeSort by relevance Sort by last modified time
    Searched refs:command_file (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/python/grpcio/
_spawn_patch.py 17 support an @command_file directive where command_file is a file
36 # Even if this command doesn't support the @command_file, it will
43 with open(command_filename, 'w') as command_file:
47 command_file.write(' '.join(escaped_args))
  /external/toolchain-utils/cros_utils/
command_executer.py 236 handle, command_file = tempfile.mkstemp(prefix=os.uname()[1], suffix='.sh')
240 return command_file
280 command_file = self.WriteToTempShFile(cmd)
282 command_file,
283 command_file,
297 command += '\nremote_sh bash %s' % command_file
359 handle, command_file = tempfile.mkstemp(
368 os.chmod(command_file, 0777)
379 # Run command_file inside the chroot, making sure that any "~" is expanded
383 os.path.basename(command_file)))
    [all...]
  /external/toolchain-utils/
tc_enter_chroot.py 244 command_file = 'tc_enter_chroot.cmd'
245 command_file_path = chromeos_root + '/src/scripts/' + command_file
260 command += ' sudo ./' + command_file
262 command += ' ./' + command_file

Completed in 560 milliseconds