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

  /external/chromium_org/base/files/
important_file_writer.h 81 void WriteNow(const std::string& data);
108 // Helper method for WriteNow().
important_file_writer_unittest.cc 103 writer.WriteNow("foo");
116 writer.WriteNow("foo");
127 writer.WriteNow("bar");
137 writer.WriteNow("baz");
important_file_writer.cc 115 void ImportantFileWriter::WriteNow(const std::string& data) {
151 WriteNow(data);
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 103 lldb::addr_t WriteNow(const uint8_t *bytes,
  /external/chromium_org/components/bookmarks/browser/
bookmark_storage.cc 211 writer_.WriteNow(data);
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 46 IRExecutionUnit::WriteNow (const uint8_t *bytes,
IRForTarget.cpp 82 m_allocation = m_execution_unit.WriteNow((const uint8_t*)m_stream_string.GetData(), m_stream_string.GetSize(), err);
    [all...]

Completed in 252 milliseconds