HomeSort by relevance Sort by last modified time
    Searched full:map_result (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
system_properties.cpp 297 void* const map_result = mmap(NULL, pa_size, PROT_READ, MAP_SHARED, fd, 0); local
298 if (map_result == MAP_FAILED) {
302 prop_area* pa = reinterpret_cast<prop_area*>(map_result);
340 prop_area* map_result = map_fd_ro(fd); local
345 return map_result;
    [all...]

Completed in 230 milliseconds