Searched defs:statFile (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp47 static bool statFile(String path, struct _stat64& st) function in namespace:WebCore
56 if (!statFile(path, sb))
65 if (!statFile(path, st))
74 return statFile(path, st);

Completed in 78 milliseconds