Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py146 output_file=None, macros=None, include_dirs=None, argument
152 if output_file:
153 pp_args.extend(['-o', output_file])
164 if self.force or output_file is None or newer(source, output_file):
165 if output_file:
166 self.mkpath(os.path.dirname(output_file))
Dbcppcompiler.py364 output_file=None, argument
374 if output_file is not None:
375 pp_args.append('-o' + output_file)
385 if self.force or output_file is None or newer(source, output_file):
386 if output_file:
387 self.mkpath(os.path.dirname(output_file))
Dccompiler.py511 def _need_link(self, objects, output_file): argument
519 newer = newer_group (objects, output_file, missing='newer')
521 newer = newer_group (objects, output_file)
547 def preprocess(self, source, output_file=None, macros=None, argument
/device/generic/goldfish/tools/
Dmk_combined_img.py78 def write_partition(partition, output_file, offset): argument
81 dd_comm = ['dd', 'if=' + partition["path"], 'of=' + output_file, 'conv=notrunc,sync',
105 def add_partition(partition, output_file): argument
114 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file])
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc633 auto output_file = cvd::SharedFD::Creat(dst.c_str(), 0666); in DecompressKernel() local
634 if (!output_file->IsOpen()) { in DecompressKernel()
636 << output_file->StrError(); in DecompressKernel()
639 decomp_cmd.RedirectStdIO(cvd::Subprocess::StdIOChannel::kStdOut, output_file); in DecompressKernel()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_csv.c1328 PyObject * output_file, * dialect = NULL; in csv_writer() local
1342 if (!PyArg_UnpackTuple(args, "", 1, 2, &output_file, &dialect)) { in csv_writer()
1346 self->writeline = PyObject_GetAttrString(output_file, "write"); in csv_writer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_csv.c1346 PyObject * output_file, * dialect = NULL; in csv_writer() local
1360 if (!PyArg_UnpackTuple(args, "", 1, 2, &output_file, &dialect)) { in csv_writer()
1364 self->writeline = PyObject_GetAttrString(output_file, "write"); in csv_writer()
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DTrim_Utility_Man_Page.rtf83 …ich\af43\dbch\af31505\loch\f43 -a|-8] [-c] [-v|-d <debug_level>|-q] [-o <output_file>] <input_file>