Home
last modified time | relevance | path

Searched refs:ReadValue (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/libsparse/
H A Dsparse_read.cpp75 virtual int ReadValue(void* ptr, int len) = 0;
103 int ReadValue(void* ptr, int len) override { return read_all(fd, ptr, len); } in ReadValue() function in SparseFileFdSource
147 int ReadValue(void* ptr, int len) override { in ReadValue() function in SparseFileBufSource
219 ret = source->ReadValue(&fill_val, sizeof(fill_val)); in process_fill_chunk()
274 int ret = source->ReadValue(&file_crc32, sizeof(file_crc32)); in process_crc32_chunk()
357 ret = source->ReadValue(&sparse_header, sizeof(sparse_header)); in sparse_file_read_sparse()
386 ret = source->ReadValue(&chunk_header, sizeof(chunk_header)); in sparse_file_read_sparse()
489 ret = source->ReadValue(&sparse_header, sizeof(sparse_header)); in sparse_file_import_source()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp250 if (!ELFAttributeData::ReadValue(*out_attr, attr_buf, attr_size)) in merge()
259 if (!ELFAttributeData::ReadValue(in_attr, attr_buf, attr_size)) in merge()
H A DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h95 static bool ReadValue(ELFAttributeValue& pValue,
/aosp12/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc1134 bool ReadValue(Json::Value* object, const char* key, T* value, in ReadValue() function
1159 return ReadValue(object_, key, value, errors_); in Visit()