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

  /external/sepolicy/tools/
check_seapp.c 139 static char *out_file_name = NULL; variable
261 key, value, lineno, out_file_name);
270 value, lineno, out_file_name);
304 value, lineno, out_file_name);
315 lineno, out_file_name);
325 lineno, out_file_name);
644 output_file = fopen(out_file_name, "w+");
646 log_error("Could not open file: %s error: %s\n", out_file_name, strerror(errno));
692 log_info("Output file set to: %s\n", (out_file_name == NULL) ? "stdout" : out_file_name);
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.h 129 // |out_file_name|, and attempts to open the object file. If the object
136 char *out_file_name,
symbolize.cc 502 // |out_file_name|, and attempts to open the object file. If the object
510 char *out_file_name,
620 // |out_file_name|.
621 strncpy(out_file_name, cursor, out_file_name_size);
622 // Making sure |out_file_name| is always null-terminated.
623 out_file_name[out_file_name_size - 1] = '\0';
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.h 24 std::string out_file_name, int channels, int loss_rate,
PacketLossTest.cc 29 std::string out_file_name,
37 ss << out_file_name << "_" << loss_rate_ << "_" << burst_length_ << "_";
EncodeDecodeTest.h 73 std::string out_file_name, int channels);
EncodeDecodeTest.cc 127 std::string out_file_name, int channels) {
147 file_stream << webrtc::test::OutputPath() << out_file_name
164 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm";
  /external/lldb/test/functionalities/process_launch/
TestProcessLaunch.py 136 out_file_name = "my_working_dir_test.out"
140 out_file_path = os.path.join(my_working_dir_path, 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...]
  /external/lldb/test/
lldbutil.py 461 out_file_name = ""
463 out_file_name = break_results['file']
464 test.assertTrue (file_name == out_file_name, "Breakpoint file name '%s' doesn't match resultant name '%s'."%(file_name, out_file_name))

Completed in 4603 milliseconds