Searched defs:mapfd (Results 1 – 2 of 2) sorted by relevance
101 status_t MemoryHeapBase::mapfd(int fd, bool writeableByCaller, size_t size, off_t offset) in mapfd() function in android::MemoryHeapBase
251 android::base::unique_fd mapfd(open(tmp_map_file.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR)); in ProductBlockMap() local