Searched refs:mapped (Results 1 – 16 of 16) sorted by relevance
/system/vold/ |
D | FileDeviceUtils.cpp | 88 auto mapped = fiemap->fm_mapped_extents; in PathFiemap() local 89 if (mapped < 1 || mapped > extent_count) { in PathFiemap() 90 LOG(ERROR) << "Extent count not in bounds 1 <= " << mapped << " <= " << extent_count in PathFiemap()
|
D | secdiscard.cpp | 129 auto mapped = fiemap.fm_mapped_extents; in check_fiemap() local 130 if (!(fiemap.fm_extents[mapped - 1].fe_flags & FIEMAP_EXTENT_LAST)) { in check_fiemap() 131 LOG(ERROR) << "Extent " << mapped -1 << " was not the last in " << path; in check_fiemap() 134 for (uint32_t i = 0; i < mapped; i++) { in check_fiemap()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | policy_capabilities | 9 # mapped to the socket class and for 10 # ICMP and SCTP sockets previously mapped
|
D | security_classes | 100 # These two were previously mapped to rawip_socket. 103 # These were previously mapped to socket.
|
D | access_vectors | 559 # The next two classes were previously mapped to rawip_socket and therefore 577 # mapped to the socket class and therefore have the
|
/system/sepolicy/private/ |
D | policy_capabilities | 9 # mapped to the socket class and for 10 # ICMP and SCTP sockets previously mapped
|
D | security_classes | 100 # These two were previously mapped to rawip_socket. 103 # These were previously mapped to socket.
|
D | access_vectors | 563 # The next two classes were previously mapped to rawip_socket and therefore 581 # mapped to the socket class and therefore have the
|
/system/sepolicy/reqd_mask/ |
D | security_classes | 100 # These two were previously mapped to rawip_socket. 103 # These were previously mapped to socket.
|
D | access_vectors | 563 # The next two classes were previously mapped to rawip_socket and therefore 581 # mapped to the socket class and therefore have the
|
/system/extras/perfprofd/quipper/ |
D | perf_parser.cc | 428 bool mapped = mapper->GetMappedAddress(ip, &mapped_addr); in MapIPAndPidAndGetNameAndOffset() local 429 if (!mapped) { in MapIPAndPidAndGetNameAndOffset() 431 mapped = mapper->GetMappedAddress(ip, &mapped_addr); in MapIPAndPidAndGetNameAndOffset() 435 if (mapped) { in MapIPAndPidAndGetNameAndOffset() 464 return mapped; in MapIPAndPidAndGetNameAndOffset()
|
/system/netd/server/ |
D | SockDiag.cpp | 138 in6_addr mapped = { .s6_addr32 = { 0, 0, htonl(0xffff), 0 } }; in sendDumpRequest() local 158 mapped.s6_addr32[3] = ina.s_addr; in sendDumpRequest() 159 addr = &mapped; in sendDumpRequest() 160 addrlen = sizeof(mapped); in sendDumpRequest()
|
/system/sepolicy/private/compat/26.0/ |
D | 26.0.ignore.cil | 31 ;; Thus, these types are also not mapped, but recorded for checkapi tests
|
/system/core/adf/libadf/tests/ |
D | adf_test.cpp | 139 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/ |
D | IMapper.hal | 25 * @return mappedMemory Object representing memory mapped in this process.
|
/system/extras/simpleperf/ |
D | README.md | 135 2. Simpleperf creates mapped buffers between simpleperf and linux kernel. 138 mapped buffer. 139 5. Simpleperf reads samples from the mapped buffers and generates perf.data.
|