HomeSort by relevance Sort by last modified time
    Searched full:fileinformation (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 73 BY_HANDLE_FILE_INFORMATION fileInformation;
74 if (!getFileInfo(path, fileInformation))
78 fileSize.LowPart = fileInformation.nFileSizeLow;
79 fileSize.HighPart = fileInformation.nFileSizeHigh;
88 BY_HANDLE_FILE_INFORMATION fileInformation;
89 if (!getFileInfo(path, fileInformation))
93 memcpy(&t, &fileInformation.ftLastWriteTime, sizeof(t));

Completed in 162 milliseconds