Searched refs:memfd_file_content (Results 1 – 1 of 1) sorted by relevance
38 uintptr_t* memfd_file_content = static_cast<uintptr_t*>(MmapOrDie(memfd_file_size)); in CreateAndFillMemfd() local41 memfd_file_content[i] = value; in CreateAndFillMemfd()46 WriteFullyOrDie(memfd, memfd_file_content, memfd_file_size); in CreateAndFillMemfd()48 MunmapOrDie(memfd_file_content, memfd_file_size); in CreateAndFillMemfd()