Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/tools/
H A Dclean_header.py184 new_data = cleanupFile(dst_file, src_file, path) variable
201 new_data = cleanupFile(dst_file, src_file, path, no_update) variable
/aosp12/system/update_engine/payload_generator/
H A Dpayload_file_unittest.cc71 string new_data; in TEST_F() local
H A Ddelta_diff_utils.cc637 bool GenerateBestFullOperation(const brillo::Blob& new_data, in GenerateBestFullOperation()
729 brillo::Blob new_data; in ReadExtentsToDiff() local
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h74 void* new_data = data_ ? std::realloc(data_, size) : std::malloc(size); in reserve() local
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dvector.h101 ElementType* new_data = nullptr; in Resize() local
/aosp12/system/bt/osi/src/
H A Darray.cc100 void* new_data = realloc(is_moving ? NULL : array->data, in grow() local
/aosp12/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()
/aosp12/art/openjdkjvmti/
H A Dtransform.cc278 unsigned char* new_data = nullptr; in TransformSingleClassDirect() local
H A Devents-inl.h240 unsigned char* new_data = nullptr; in DispatchClassFileLoadHookEvent() local
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp166 std::string new_data = in RunBlockImageUpdate() local
1157 std::string new_data = i + h + f; in GenerateTransferList() local
/aosp12/system/keymaster/android_keymaster/
H A Dauthorization_set.cpp83 uint8_t* new_data = new (std::nothrow) uint8_t[length]; in reserve_indirect() local
/aosp12/art/test/ti-agent/
H A Dredefinition_helper.cc339 unsigned char* new_data; in CommonClassFileLoadHookRetransformable() local
/aosp12/system/core/fs_mgr/liblp/
H A Dio_test.cpp465 std::unique_ptr<char[]> new_data = std::make_unique<char[]>(blob.size()); in operator ()() local
/aosp12/bootable/recovery/updater/
H A Dblockimg.cpp1697 std::string_view new_data(new_data_fn->data); in PerformBlockImageUpdate() local
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc777 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates() local