Home
last modified time | relevance | path

Searched defs:new_data (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp51 [[nodiscard]] Result<void> Replace(uint32_t old_num_bytes, const std::string& new_data) { in Replace()
54 [[nodiscard]] Result<void> Replace(uint32_t old_num_bytes, const void* new_data, in Replace()
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()
/aosp14/system/core/fs_mgr/liblp/
H A Dio_test.cpp469 std::unique_ptr<char[]> new_data = std::make_unique<char[]>(blob.size()); in operator ()() local