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

  /external/autotest/client/cros/faft/utils/
kernel_handler.py 40 self.dump_file_name = None
124 self.dump_kernel(section, self.dump_file_name)
125 data = list(self.os_if.read_file(self.dump_file_name))
128 self.os_if.write_file(self.dump_file_name, ''.join(data))
129 kernel_to_write = self.dump_file_name
132 kernel_to_write = self.dump_file_name + '.new'
138 self.dump_file_name))
145 kernel_to_write = self.dump_file_name + '.new'
151 self.dump_file_name,
201 self.dump_file_name = os_if.state_dir_file(TMP_FILE_NAME
    [all...]
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 92 const wstring &dump_file_name,
crash_report_sender.cc 62 const wstring &dump_file_name, wstring *report_code) {
72 url, parameters, dump_file_name, L"upload_file_minidump", NULL, report_code,
  /external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc 50 const std::string& dump_file_name);
76 std::string dump_file_name() const { return dump_file_name_; } function in class:webrtc::test::__anon27885::DebugDumpGenerator
120 const std::string& dump_file_name)
135 dump_file_name_(dump_file_name) {
240 void VerifyDebugDump(const std::string& dump_file_name);
477 VerifyDebugDump(generator.dump_file_name());
494 VerifyDebugDump(generator.dump_file_name());
506 VerifyDebugDump(generator.dump_file_name());
518 VerifyDebugDump(generator.dump_file_name());
532 VerifyDebugDump(generator.dump_file_name());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 154 extern const char *dump_file_name;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 886 char dump_file_name[PATH_MAX]; local
889 snprintf(dump_file_name, sizeof(dump_file_name), "%s/input_layer%d_%dx%d_%s_frame%d.raw",
893 FILE* fp = fopen(dump_file_name, "w+");
899 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed");
921 char dump_file_name[PATH_MAX]; local
932 snprintf(dump_file_name, sizeof(dump_file_name), "%s/output_layer_%dx%d_%s_frame%d.raw",
936 FILE* fp = fopen(dump_file_name, "w+");
942 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed")
    [all...]
blit_engine_c2d.cpp 576 char dump_file_name[PATH_MAX]; local
578 snprintf(dump_file_name, sizeof(dump_file_name), "/data/misc/display/frame_dump_primary"
580 FILE* fp = fopen(dump_file_name, "w+");
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 1121 char dump_file_name[PATH_MAX]; local
1156 char dump_file_name[PATH_MAX]; local
    [all...]

Completed in 721 milliseconds