| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | gen_initramfs_list.sh | 227 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 D | gen_initramfs_list.sh | 227 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 D | noiseprof.c | 36 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 D | align_to_flash_block_size.sh | 12 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 D | transfer_4K_2_2K.sh | 11 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 D | gen_autoksyms.sh | 10 output_file="$1" 54 cat > "$output_file" << EOT 72 sed -e 's/\(.*\)/#define __KSYM_\1 1/' >> "$output_file"
|
| H A D | parse-maintainers.pl | 8 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 D | cpufreq-bench_plot.sh | 10 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 D | rga_test.cpp | 37 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 D | generate_license_list.py | 78 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 D | 0001-cmake-disable-building-external-dependencies.patch | 102 - 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 D | spidev_test.c | 42 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 D | vpu_api_test.c | 55 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 D | 0003-v8-qemu-wrapper.patch | 24 output_path = rebase_path(output_file, root_build_dir) 60 outputs = [ output_file ]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | jevents.c | 873 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 D | gpg_sign.py | 29 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 D | moveconfig.py | 1341 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 D | syscalltbl | 191 output_file=""
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
| H A D | fastboot.mk | 38 libsparse_SRC_FILES += output_file.c
|
| H A D | ext4_utils.mk | 43 libsparse_SRC_FILES += output_file.c
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | acutils.h | 67 FILE *output_file = acpi_gbl_output_file; \ 71 acpi_os_redirect_output (output_file);
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0001-Fix-makefiles-for-out-of-tree-build.patch | 136 SRCS+= output_file.c
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/cmake/ |
| H A D | GitVersion.cmake | 506 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 D | 0001-Add-python3-build-support.patch | 109 - 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 D | buildhistory.bbclass | 455 for output_type, output_file in process_list: 456 output_file_full = os.path.join(d.getVar('WORKDIR'), output_file)
|