Home
last modified time | relevance | path

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

/system/vold/
Dsecdiscard.cpp141 auto mapped = fiemap->fm_mapped_extents; in path_fiemap() local
142 if (mapped < 1 || mapped > extent_count) { in path_fiemap()
143 LOG(ERROR) << "Extent count not in bounds 1 <= " << mapped << " <= " << extent_count in path_fiemap()
152 auto mapped = fiemap.fm_mapped_extents; in check_fiemap() local
153 if (!(fiemap.fm_extents[mapped - 1].fe_flags & FIEMAP_EXTENT_LAST)) { in check_fiemap()
154 LOG(ERROR) << "Extent " << mapped -1 << " was not the last in " << path; in check_fiemap()
157 for (uint32_t i = 0; i < mapped; i++) { in check_fiemap()
/system/netd/server/
DSockDiag.cpp136 in6_addr mapped = { .s6_addr32 = { 0, 0, htonl(0xffff), 0 } }; in sendDumpRequest() local
156 mapped.s6_addr32[3] = ina.s_addr; in sendDumpRequest()
157 addr = &mapped; in sendDumpRequest()
158 addrlen = sizeof(mapped); in sendDumpRequest()
/system/extras/perfprofd/quipper/
Dperf_parser.cc420 bool mapped = mapper->GetMappedAddress(ip, &mapped_addr); in MapIPAndPidAndGetNameAndOffset() local
421 if (!mapped) { in MapIPAndPidAndGetNameAndOffset()
423 mapped = mapper->GetMappedAddress(ip, &mapped_addr); in MapIPAndPidAndGetNameAndOffset()
427 if (mapped) { in MapIPAndPidAndGetNameAndOffset()
456 return mapped; in MapIPAndPidAndGetNameAndOffset()
/system/core/adf/libadf/tests/
Dadf_test.cpp326 void *mapped = mmap(NULL, pitch * h, PROT_WRITE, MAP_SHARED, buf_fd, in TEST_F() local
328 ASSERT_NE(mapped, MAP_FAILED) << "mapping " << w << "x" << h << " " << in TEST_F()
330 drawCheckerboard(mapped, w, h, pitch); in TEST_F()
331 munmap(mapped, pitch * h); in TEST_F()
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto738 // Then, each installed extension is mapped into a hash bucket according to