Home
last modified time | relevance | path

Searched refs:bin_file (Results 1 - 4 of 4) sorted by relevance

/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c99 FILE *bin_file; in write_binary_file() local
108 bin_file = fdopen(fd, "w"); in write_binary_file()
109 if (!bin_file) { in write_binary_file()
115 len = fwrite(&magic, sizeof(uint32_t), 1, bin_file); in write_binary_file()
121 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file); in write_binary_file()
130 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file); in write_binary_file()
133 len = fwrite(reg_version, sizeof(char), section_len, bin_file); in write_binary_file()
142 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file); in write_binary_file()
145 len = fwrite(reg_arch, sizeof(char), section_len, bin_file); in write_binary_file()
151 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file); in write_binary_file()
[all...]
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt-processor.c183 const char *bin_file = NULL; in save_nhlt_binary() local
193 if (snd_config_get_string(defines, &bin_file) < 0) in save_nhlt_binary()
196 fp = fopen(bin_file, "wb"); in save_nhlt_binary()
198 fprintf(stderr, "can't open nhlt binary output file %s\n", bin_file); in save_nhlt_binary()
202 fprintf(stdout, "saving nhlt as binary in %s\n", bin_file); in save_nhlt_binary()
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dgenerate-makefiles.sh226 bin_file="${test_prefix}_$prereq"
243 $bin_file: \$(srcdir)/$c_file
/third_party/jerryscript/tools/
H A Drun-tests.py309 with open(bin_path, 'rb') as bin_file:
310 buf = bin_file.read(blocksize)
313 buf = bin_file.read(blocksize)

Completed in 2 milliseconds