Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh227 output_file=""
240 output_file="$1"
243 echo "$output_file" | grep -q "\.gz$" \
246 echo "$output_file" | grep -q "\.bz2$" \
249 echo "$output_file" | grep -q "\.lzma$" \
252 echo "$output_file" | grep -q "\.xz$" \
255 echo "$output_file" | grep -q "\.lzo$" \
258 echo "$output_file" | grep -q "\.lz4$" \
261 echo "$output_file" | grep -q "\.cpio$" && compr="cat"
300 if [ ! -z ${output_file} ]; then
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh227 output_file=""
240 output_file="$1"
243 echo "$output_file" | grep -q "\.gz$" \
246 echo "$output_file" | grep -q "\.bz2$" \
249 echo "$output_file" | grep -q "\.lzma$" \
252 echo "$output_file" | grep -q "\.xz$" \
255 echo "$output_file" | grep -q "\.lzo$" \
258 echo "$output_file" | grep -q "\.lz4$" \
261 echo "$output_file" | grep -q "\.cpio$" && compr="cat"
300 if [ ! -z ${output_file} ]; then
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoiseprof.c36 FILE* output_file; member
76 data->output_file = stdout; in sox_noiseprof_start()
78 else if ((data->output_file = fopen(data->output_filename, "wb")) == NULL) { in sox_noiseprof_start()
187 fprintf(data->output_file, "Channel %lu: ", (unsigned long)i); in sox_noiseprof_stop()
192 fprintf(data->output_file, "%s%f", j == 0 ? "" : ", ", r); in sox_noiseprof_stop()
194 fprintf(data->output_file, "\n"); in sox_noiseprof_stop()
202 if (data->output_file != stdout) in sox_noiseprof_stop()
203 fclose(data->output_file); in sox_noiseprof_stop()
/OK3568_Linux_fs/rkbin/tools/burner_image_kits/tools/
H A Dalign_to_flash_block_size.sh12 output_file=$2
19 `dd if=/dev/zero of=$output_file bs=1K count=$filesize > /dev/null 2>&1`
20 `dd if=$filename of=$output_file bs=1K count=$filesize conv=notrunc > /dev/null 2>&1`
H A Dtransfer_4K_2_2K.sh11 output_file=$2
23 `dd if=/dev/zero of=$output_file bs=1 count=$filesize_x2 > /dev/null 2>&1`
27 `dd if=2KB of=$output_file bs=4K seek=$i count=1 conv=notrunc > /dev/null 2>&1`
/OK3568_Linux_fs/kernel/scripts/
H A Dgen_autoksyms.sh10 output_file="$1"
54 cat > "$output_file" << EOT
72 sed -e 's/\(.*\)/#define __KSYM_\1 1/' >> "$output_file"
H A Dparse-maintainers.pl8 my $output_file = "MAINTAINERS.new";
16 'output=s' => \$output_file,
191 alpha_output(\%hash, $output_file);
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dcpufreq-bench_plot.sh10 output_file="cpufreq-bench.png"
35 output_file="$OPTARG".$picture_type
64 echo "set output \"$output_file\"" >> $dir/plot_script.gpl
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp37 char output_file[MAX_NAME_LENGTH]; member
91 strncpy(cmd->output_file, next, MAX_NAME_LENGTH - 1); in rga_test_parse_options()
92 cmd->output_file[strlen(next)] = '\0'; in rga_test_parse_options()
176 cmd.input_file, cmd.output_file); in main()
194 fout = fopen(cmd.output_file, "w+"); in main()
196 mpp_log("open output file %s failed\n", cmd.output_file); in main()
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dgenerate_license_list.py78 def print_license_list(chromium_root, output_file): argument
87 with open(output_file, 'w') as out:
110 print_license_list(args.chromium_root, args.output_file)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/shaderc/files/
H A D0001-cmake-disable-building-external-dependencies.patch102 - output_file = sys.argv[4]
103 + output_file = sys.argv[1]
104 mkdir_p(os.path.dirname(output_file))
106 if os.path.isfile(output_file):
/OK3568_Linux_fs/kernel/tools/spi/
H A Dspidev_test.c42 static char *output_file; variable
157 if (output_file) { in transfer()
158 out_fd = open(output_file, O_WRONLY | O_CREAT | O_TRUNC, 0666); in transfer()
251 output_file = optarg; in parse_opts()
/OK3568_Linux_fs/external/mpp/test/
H A Dvpu_api_test.c55 char output_file[200]; member
155 memcpy(cmdCxt->output_file, argv[optindex], strlen(argv[optindex])); in parse_options()
156 cmdCxt->output_file[strlen(argv[optindex])] = '\0'; in parse_options()
295 cmd->output_file); in vpu_encode_demo()
296 pOutFile = fopen(cmd->output_file, "wb"); in vpu_encode_demo()
551 cmd->output_file); in vpu_decode_demo()
552 pOutFile = fopen(cmd->output_file, "wb"); in vpu_decode_demo()
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0003-v8-qemu-wrapper.patch24 output_path = rebase_path(output_file, root_build_dir)
60 outputs = [ output_file ]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A Djevents.c873 static void create_empty_mapping(const char *output_file) in create_empty_mapping() argument
880 outfp = fopen(output_file, "w"); in create_empty_mapping()
1107 const char *output_file; in main() local
1120 output_file = argv[3]; in main()
1125 eventsfp = fopen(output_file, "w"); in main()
1128 prog, output_file, strerror(errno)); in main()
1206 create_empty_mapping(output_file); in main()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dgpg_sign.py29 def export_pubkey(self, output_file, keyid, armor=True): argument
31 …cmd = self.gpg_cmd + ["--no-permission-warning", "--batch", "--yes", "--export", "-o", output_file]
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py1341 output_file = 'moveconfig.failed'
1350 msg += "(the list has been saved in %s)\n" % output_file
1354 with open(output_file, 'w') as f:
1360 output_file = 'moveconfig.suspicious'
1370 msg += "(the list has been saved in %s)\n" % output_file
1374 with open(output_file, 'w') as f:
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscalltbl191 output_file=""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dfastboot.mk38 libsparse_SRC_FILES += output_file.c
H A Dext4_utils.mk43 libsparse_SRC_FILES += output_file.c
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dacutils.h67 FILE *output_file = acpi_gbl_output_file; \
71 acpi_os_redirect_output (output_file);
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0001-Fix-makefiles-for-out-of-tree-build.patch136 SRCS+= output_file.c
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/cmake/
H A DGitVersion.cmake506 set(output_file "${output_dir}/${VI_PREFIX}-${output_basename}") variable
507 configure_file("${template_file}" "${output_file}")
508 list(APPEND output_files "${output_file}")
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch109 - with open(parsed_args.output_filename, 'w') as output_file:
110 + with open(parsed_args.output_filename, 'wb') as output_file:
111 output_file.write(doc.toxml(encoding='UTF-8'))
1436 open(args.output_file, 'wb').write(
1680 - with open(parsed_args.output_filename, 'w') as output_file:
1681 + with open(parsed_args.output_filename, 'wb') as output_file:
1682 output_file.write(doc.toxml(encoding='UTF-8'))
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildhistory.bbclass455 for output_type, output_file in process_list:
456 output_file_full = os.path.join(d.getVar('WORKDIR'), output_file)

12