HomeSort by relevance Sort by last modified time
    Searched full:out_file_name (Results 1 - 4 of 4) sorted by null

  /external/sepolicy/tools/
check_seapp.c 139 static char *out_file_name = NULL; variable
260 key, value, lineno, out_file_name);
269 value, lineno, out_file_name);
303 value, lineno, out_file_name);
314 lineno, out_file_name);
324 lineno, out_file_name);
595 output_file = fopen(out_file_name, "w+");
597 log_error("Could not open file: %s error: %s\n", out_file_name, strerror(errno));
643 log_info("Output file set to: %s\n", (out_file_name == NULL) ? "stdout" : out_file_name);
    [all...]
  /external/zlib/src/contrib/ada/
test.adb 55 Out_File_Name : constant String := "testzlib.out";
323 Create (File_Out, Out_File, Out_File_Name);
339 Compare_Files (In_File_Name, Out_File_Name);
431 Create (File_Back, Out_File, Out_File_Name);
454 Compare_Files (In_File_Name, Out_File_Name);
  /external/webp/examples/
dwebp.c 85 static HRESULT CreateOutputStream(const char* out_file_name, IStream** stream) {
87 IFS(SHCreateStreamOnFileA(out_file_name, STGM_WRITE | STGM_CREATE, stream));
90 out_file_name, hr);
95 static HRESULT WriteUsingWIC(const char* out_file_name, REFGUID container_guid,
117 IFS(CreateOutputStream(out_file_name, &stream));
138 static int WritePNG(const char* out_file_name,
146 return SUCCEEDED(WriteUsingWIC(out_file_name,
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 138 char *out_file_name;
775 output_file.fp = ck_mkstemp (&input->out_file_name, tmpdir, "sed");
788 panic(_("couldn't open temporary file %s: %s"), input->out_file_name, strerror(errno));
814 input->out_file_name, output_fd,
826 ck_rename (target_name, backup_file_name, input->out_file_name);
830 ck_rename (input->out_file_name, target_name, input->out_file_name);
831 free (input->out_file_name);
137 char *out_file_name; member in struct:input
    [all...]

Completed in 402 milliseconds