Ignore:
Timestamp:
Mar 31, 2018, 4:29:56 AM (7 years ago)
Author:
bird
Message:

nt/ntstat.c: Use NtQueryFullAttributesFile for implementing birdStatModTimeOnly instead of open+query+close, only using the latter if we encounter a reparse point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlp.h

    r3060 r3223  
    5454int         birdSetErrnoToBadFileNo(void);
    5555
    56 
    5756HANDLE      birdOpenFile(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fFileAttribs,
    5857                         ULONG fShareAccess, ULONG fCreateDisposition, ULONG fCreateOptions, ULONG fObjAttribs);
     
    7473HANDLE      birdOpenCurrentDirectory(void);
    7574void        birdCloseFile(HANDLE hFile);
     75
     76int         birdIsPathDirSpec(const char *pszPath);
    7677int         birdDosToNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath);
    7778int         birdDosToNtPathW(const wchar_t *pwszPath, MY_UNICODE_STRING *pNtPath);
Note: See TracChangeset for help on using the changeset viewer.