Home
last modified time | relevance | path

Searched refs:WriteInto (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/util/
Dexe_path.cc39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath()
/third_party/gn/src/base/strings/
Dstring_util.h366 char* WriteInto(std::string* str, size_t length_with_null);
367 char16_t* WriteInto(std::u16string* str, size_t length_with_null);
Dstring_util.cc857 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto() function
861 char16_t* WriteInto(std::u16string* str, size_t length_with_null) { in WriteInto() function
/third_party/gn/src/base/win/
Dregistry.cc421 ToWCharT(WriteInto(&key_name, kMaxKeyNameLength)), in RegDelRecurse()
513 key_, index_, ToWCharT(WriteInto(&name_, name_size)), &name_size, NULL, in Read()
529 key_, index_, ToWCharT(WriteInto(&name_, name_size)), &name_size, in Read()