Home
last modified time | relevance | path

Searched refs:AddStringToBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_helpers.h42 inline void AddStringToBuffer(std::vector<uint8_t>* buffer, const std::string& value) { in AddStringToBuffer() function
H A Dprofile_boot_info.cc46 AddStringToBuffer(&buffer, dex_file->GetLocation()); in Save()