Searched refs:readonly_st (Results 1 – 1 of 1) sorted by relevance
420 struct stat readonly_st = {}; in PrepareMapFile() local421 if (fstat(readonly_fd.get(), &readonly_st)) in PrepareMapFile()423 if (st.st_dev != readonly_st.st_dev || st.st_ino != readonly_st.st_ino) { in PrepareMapFile()