Home
last modified time | relevance | path

Searched refs:max_read (Results 1 – 14 of 14) sorted by relevance

/system/unwinding/libunwindstack/
DMemory.cpp166 bool Memory::ReadString(uint64_t addr, std::string* dst, size_t max_read) { in ReadString() argument
169 for (size_t offset = 0; offset < max_read; offset += size) { in ReadString()
172 size_t read = std::min(sizeof(buffer), max_read - offset); in ReadString()
505 size_t max_read = ((addr_page + 1) << kCacheBits) - addr; in InternalCachedRead() local
506 if (size <= max_read) { in InternalCachedRead()
513 memcpy(dst, &cache_dst[addr & kCacheMask], max_read); in InternalCachedRead()
514 dst = &reinterpret_cast<uint8_t*>(dst)[max_read]; in InternalCachedRead()
525 return impl_->Read(addr_page << kCacheBits, dst, size - max_read) + max_read; in InternalCachedRead()
528 memcpy(dst, cache_dst, size - max_read); in InternalCachedRead()
/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h49 virtual bool ReadString(uint64_t addr, std::string* dst, size_t max_read);
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_decompress.cpp106 size_t max_read = std::min(stream_remaining_, sizeof(chunk)); in Decompress() local
107 ssize_t read = stream_->Read(chunk, max_read); in Decompress()
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty_contexts160 sys.usb.ffs.max_read u:object_r:exported_ffs_prop:s0 exact int
/system/sepolicy/prebuilts/api/30.0/public/
Dproperty_contexts181 sys.usb.ffs.max_read u:object_r:exported_ffs_prop:s0 exact int
/system/sepolicy/prebuilts/api/32.0/private/
Dproperty_contexts582 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/sepolicy/prebuilts/api/31.0/private/
Dproperty_contexts578 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/sepolicy/prebuilts/api/33.0/private/
Dproperty_contexts676 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/sepolicy/prebuilts/api/34.0/private/
Dproperty_contexts775 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/sepolicy/prebuilts/api/202404/private/
Dproperty_contexts817 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/sepolicy/private/
Dproperty_contexts927 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/sepolicy/prebuilts/api/202504/private/
Dproperty_contexts913 sys.usb.ffs.max_read u:object_r:ffs_config_prop:s0 exact int
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h58734 unsigned int max_read; member
59626 unsigned int max_read; member
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h48977 unsigned int max_read; member
49869 unsigned int max_read; member