HomeSort by relevance Sort by last modified time
    Searched defs:WriteToFile (Results 1 - 19 of 19) sorted by null

  /external/boringssl/src/tool/
generate_ed25519.cc 37 static bool WriteToFile(const std::string &path, const uint8_t *in,
63 return WriteToFile(args_map["-out-public"], public_key, sizeof(public_key)) &&
64 WriteToFile(args_map["-out-private"], private_key,
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
generate_unittest.py 61 def WriteToFile(self, f):
generate.py 156 def WriteToFile(self, output_file):
266 extra_script.WriteToFile(output_file)
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp 41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size)
75 return WriteToFile(data, size);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 217 WriteToFile (
319 if (WriteToFile (fp, offset, &ltime, 4) != 0) {
372 if (WriteToFile (fp, lvalue + 4, &ltime, 4) != 0) {
387 if (WriteToFile (fp, lvalue + 4, &ltime, 4) != 0) {
402 if (WriteToFile (fp, lvalue + 4, &ltime, 4) != 0) {
423 if (WriteToFile (fp, lvalue + 8, &ltime, 4) != 0) {
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 91 void WriteToFile(const Unit &U, const std::string &Path) {
  /external/v8/src/
log-utils.h 112 int WriteToFile(const char* msg, int length) {
d8.cc     [all...]
  /system/update_engine/scripts/update_payload/
test_utils.py 222 def WriteToFile(self, file_obj, manifest_len=-1, data_blobs=None,
348 self.WriteToFile(temp_payload_file, data_blobs=self.data_blobs)
356 self.WriteToFile(file_obj, data_blobs=self.data_blobs, sigs_data=sigs_data,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 100 int WriteToFile (
719 if (WriteToFile ((void *)&DestFatBpb, DestFileName)) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 235 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
sanitizer_win.cc 589 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
763 if (!WriteToFile(fd, buffer, length)) {
  /external/perfetto/src/ftrace_reader/
ftrace_controller.cc 75 void WriteToFile(const char* path, const char* str) {
96 WriteToFile("/sys/kernel/debug/tracing/tracing_on", "0");
97 WriteToFile("/sys/kernel/debug/tracing/buffer_size_kb", "4");
98 WriteToFile("/sys/kernel/debug/tracing/events/enable", "0");
101 WriteToFile("/sys/kernel/tracing/tracing_on", "0");
102 WriteToFile("/sys/kernel/tracing/buffer_size_kb", "4");
103 WriteToFile("/sys/kernel/tracing/events/enable", "0");
ftrace_procfs.cc 71 return WriteToFile(path, "1");
77 return WriteToFile(path, "0");
82 return WriteToFile(path, "0");
108 return WriteToFile(path, str);
123 return WriteToFile(path, "1");
129 return WriteToFile(path, "0");
143 return WriteToFile(path, clock_name);
198 return WriteToFile(path, std::string(buf));
201 bool FtraceProcfs::WriteToFile(const std::string& path,
  /external/v8/tools/
run_perf.py 161 def WriteToFile(self, file_name):
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 365 WriteToFile(trace_message, length);
368 void TraceImpl::WriteToFile(const char* msg, uint16_t length) {
  /art/compiler/utils/
assembler_test_base.h 304 std::string data_name = WriteToFile(data, test_name + ".ass");
312 std::string as_name = WriteToFile(as, test_name + ".gcc");
354 std::string WriteToFile(const std::vector<uint8_t>& buffer, const std::string& test_name) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 124 template<typename T, size_t n> void WriteToFile(
130 void WriteToFile(const NetEqNetworkStatistics& stats);
132 void WriteToFile(const RtcpStatistics& stats);
163 WriteToFile(test_results);
169 WriteToFile(test_results, length);
174 void RefFiles::WriteToFile(const T (&test_results)[n], size_t length) {
193 void RefFiles::WriteToFile(const NetEqNetworkStatistics& stats_raw) {
238 void RefFiles::WriteToFile(const RtcpStatistics& stats_raw) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h     [all...]

Completed in 828 milliseconds