Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 46) sorted by relevance

12

/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp115 FileRegion mapped(fd_, readOffset, sizeToRead); in FindEndOfCDRecord() local
118 auto* start = mapped.data(); in FindEndOfCDRecord()
119 auto* cursor = start + mapped.size() - sizeof(endOfCDSignature); in FindEndOfCDRecord()
165 FileRegion mapped(fd_, eocdRecord, cdEntryHeaderSizeBytes); in GetCDLocation() local
166 location = FindCDRecord(mapped.data()); in GetCDLocation()
187 FileRegion mapped(fd_, signatureOffset, endOfSignatureSize); in GetSignatureLocation() local
189 uint64_t signatureSize = *(uint64_t*)mapped.data(); in GetSignatureLocation()
190 auto* signature = mapped.data() + sizeof(signatureSize); in GetSignatureLocation()
205 FileRegion mapped(fd_, loc.offset, loc.size); in ReadMetadata() local
206 return {mapped.data(), mapped.size()}; in ReadMetadata()
/system/vold/
DFileDeviceUtils.cpp82 auto mapped = fiemap->fm_mapped_extents; in PathFiemap() local
83 if (mapped < 1 || mapped > extent_count) { in PathFiemap()
84 LOG(ERROR) << "Extent count not in bounds 1 <= " << mapped << " <= " << extent_count in PathFiemap()
Dsecdiscard.cpp159 auto mapped = fiemap.fm_mapped_extents; in check_fiemap() local
160 if (!(fiemap.fm_extents[mapped - 1].fe_flags & FIEMAP_EXTENT_LAST)) { in check_fiemap()
161 LOG(ERROR) << "Extent " << mapped - 1 << " was not the last in " << path; in check_fiemap()
164 for (uint32_t i = 0; i < mapped; i++) { in check_fiemap()
/system/sepolicy/prebuilts/api/26.0/private/
Dpolicy_capabilities9 # mapped to the socket class and for
10 # ICMP and SCTP sockets previously mapped
Dsecurity_classes100 # These two were previously mapped to rawip_socket.
103 # These were previously mapped to socket.
/system/sepolicy/prebuilts/api/28.0/private/
Dpolicy_capabilities9 # mapped to the socket class and for
10 # ICMP and SCTP sockets previously mapped
Dsecurity_classes101 # These two were previously mapped to rawip_socket.
104 # These were previously mapped to socket.
/system/sepolicy/prebuilts/api/27.0/private/
Dpolicy_capabilities9 # mapped to the socket class and for
10 # ICMP and SCTP sockets previously mapped
Dsecurity_classes100 # These two were previously mapped to rawip_socket.
103 # These were previously mapped to socket.
/system/sepolicy/prebuilts/api/29.0/private/
Dpolicy_capabilities9 # mapped to the socket class and for
10 # ICMP and SCTP sockets previously mapped
Dsecurity_classes104 # These two were previously mapped to rawip_socket.
107 # These were previously mapped to socket.
/system/sepolicy/private/
Dpolicy_capabilities9 # mapped to the socket class and for
10 # ICMP and SCTP sockets previously mapped
Dsecurity_classes104 # These two were previously mapped to rawip_socket.
107 # These were previously mapped to socket.
Dtraced_perf.te20 # symbols are usually not mapped into the process space). Not all such files
/system/sepolicy/prebuilts/api/30.0/private/
Dpolicy_capabilities9 # mapped to the socket class and for
10 # ICMP and SCTP sockets previously mapped
Dsecurity_classes104 # These two were previously mapped to rawip_socket.
107 # These were previously mapped to socket.
Dtraced_perf.te20 # symbols are usually not mapped into the process space). Not all such files
/system/sepolicy/prebuilts/api/27.0/private/compat/26.0/
D26.0.ignore.cil31 ;; Thus, these types are also not mapped, but recorded for checkapi tests
/system/sepolicy/reqd_mask/
Dsecurity_classes104 # These two were previously mapped to rawip_socket.
107 # These were previously mapped to socket.
/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp139 void *mapped = mmap(NULL, pitch * h, PROT_WRITE, MAP_SHARED, buf_fd, in drawCheckerboard() local
141 ASSERT_NE(mapped, MAP_FAILED) << "mapping " << w << "x" << h << " " << in drawCheckerboard()
144 uint8_t *buf8 = static_cast<uint8_t *>(mapped); in drawCheckerboard()
160 munmap(mapped, pitch * h); in drawCheckerboard()
/system/libhidl/transport/memory/1.0/
DIMapper.hal25 * @return mappedMemory Object representing memory mapped in this process.
/system/netd/server/
DSockDiag.cpp141 in6_addr mapped = { .s6_addr32 = { 0, 0, htonl(0xffff), 0 } }; in sendDumpRequest() local
159 mapped.s6_addr32[3] = ina.s_addr; in sendDumpRequest()
160 addr = &mapped; in sendDumpRequest()
161 addrlen = sizeof(mapped); in sendDumpRequest()
/system/sepolicy/prebuilts/api/28.0/private/compat/27.0/
D27.0.ignore.cil131 ;; Thus, these types are also not mapped, but recorded for checkapi tests
/system/sepolicy/prebuilts/api/28.0/private/compat/26.0/
D26.0.ignore.cil153 ;; Thus, these types are also not mapped, but recorded for checkapi tests
/system/sepolicy/prebuilts/api/30.0/private/compat/27.0/
D27.0.ignore.cil201 ;; Thus, these types are also not mapped, but recorded for checkapi tests

12