Searched refs:map_result (Results 1 – 2 of 2) sorted by relevance
34 void* const map_result = in map_mutable_storage_file() local36 if (map_result == MAP_FAILED) { in map_mutable_storage_file()41 mapped_file->file_ptr = map_result; in map_mutable_storage_file()
77 void* const map_result = mmap(nullptr, file_size, PROT_READ, MAP_SHARED, fd, 0); in map_storage_file() local78 if (map_result == MAP_FAILED) { in map_storage_file()85 mapped_file->file_ptr = map_result; in map_storage_file()