示例#1
0
 // The native stat function is an inlined and statically-linked wrapper calling __xstat with the correct version
 public static int stat(string file, ref STAT64 buf)
 => __xstat(k_StatVersion, file, ref buf);
示例#2
0
 static extern int __xstat(int statVersion, string file, ref STAT64 buf);
示例#3
0
 public static extern int stat(string file, ref STAT64 buf);