Lines Matching refs:stat
928 static int MY__lstat(CFSTR path, struct stat *st, bool followLink)
942 res = stat(path, st);
995 UInt32 Get_WinAttrib_From_stat(const struct stat &st)
1009 void CFileInfo::SetFrom_stat(const struct stat &st)
1116 struct stat st;
1147 struct stat st;
1156 struct stat st;
1164 struct stat st;
1172 struct stat st;
1244 struct stat st;
1309 struct stat st;
1312 // if fstatat() is not supported, we can use stat() / lstat()