Searched refs:WriteInto (Results 26 - 50 of 52) sorted by relevance

123

/external/chromium_org/sync/util/
H A Dnigori.cc163 crypto::RandBytes(WriteInto(&iv, kIvSize + 1), kIvSize);
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc82 GetClassNameW(window, WriteInto(&output, buffer_size), buffer_size);
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc148 inline typename string_type::value_type* WriteInto(string_type* str, function in namespace:net::__anon1777
158 s->WriteUtf8(WriteInto(&result, s->Length() + 1));
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc554 WriteInto(&display_name, kBufferSize), kBufferSize - 1, &error);
839 static_cast<UChar*>(WriteInto(&result, capacity)), capacity, err);
/external/chromium_org/base/win/
H A Dwin_util.cc272 WriteInto(&osk_path.Get(), osk_path_length),
/external/chromium_org/chrome/installer/util/
H A Ddelete_after_reboot_helper.cc250 WriteInto(&short_path, MAX_PATH),
H A Dinstall_util_unittest.cc447 WriteInto(&short_expect, MAX_PATH),
/external/chromium_org/net/cert/
H A Dct_objects_extractor_openssl.cc228 uint8_t* ptr = reinterpret_cast<uint8_t*>(WriteInto(&to_be_signed, len + 1));
H A Dx509_util_openssl.cc138 uint8_t* ptr = reinterpret_cast<uint8_t*>(WriteInto(out_der, len + 1));
H A Dcrl_set_storage.cc520 char* out = WriteInto(&ret, len + 1 /* to include final NUL */);
H A Dx509_certificate_openssl.cc206 WriteInto(&serial_number_, bytes_required + 1));
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc1164 strncpy(WriteInto(&buffer, num_chars + 1), kOriginal, num_chars);
1174 TEST_F(WriteIntoTest, WriteInto) {
1175 // Validate that WriteInto reserves enough space and
1181 // Validate that WriteInto doesn't modify other strings
1187 strncpy(WriteInto(&dead, 5), kDead, 4);
H A Dstring_util.h427 inline typename string_type::value_type* WriteInto(string_type* str, function
/external/chromium_org/chrome/browser/
H A Dinternal_auth.cc163 WriteInto(&hmac, kHMACSizeInBytes + 1));
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc381 HRESULT hr = stream->Read(WriteInto(&buffer, optimal_transfer_size + 1),
/external/chromium_org/media/audio/win/
H A Daudio_manager_win.cc198 base::string16::value_type* name_ptr = WriteInto(&device_interface_name,
/external/chromium_org/net/android/
H A Dkeystore_unittest.cc105 return reinterpret_cast<unsigned char*>(WriteInto(str, size + 1));
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc379 WriteInto(result, (string_size / sizeof(wchar_t)) + 1), string_size);
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc145 s->WriteUtf8(WriteInto(&result, len + 1));
156 s->Write(reinterpret_cast<uint16_t*>(WriteInto(&result, len + 1)), 0, len);
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_create_keys_operation.cc278 crypto::RandBytes(WriteInto(&user_key, kUserKeyByteSize + 1),
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_country.cc1087 WriteInto(&likely_locale, kLocaleCapacity),
/external/chromium_org/components/omnibox/
H A Dsearch_provider.cc1387 base::RandBytes(WriteInto(&raw_data, kTokenBytes + 1), kTokenBytes);
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc502 if (!key_file->Read(WriteInto(&key_, key_len), key_len, offset))
H A Dentry_impl.cc789 if (!key_file->Read(WriteInto(&key_, key_len), key_len, offset))
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc1126 interface_guid, WriteInto(&guid_string, kGUIDSize), kGUIDSize);

Completed in 691 milliseconds

123