Home
last modified time | relevance | path

Searched refs:fileInformation (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c677 BY_HANDLE_FILE_INFORMATION fileInformation; in tsrm_realpath_r() local
685 GetFileInformationByHandle(hLink, &fileInformation) && in tsrm_realpath_r()
686 !(fileInformation.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) { in tsrm_realpath_r()
687 dataw.dwFileAttributes = fileInformation.dwFileAttributes; in tsrm_realpath_r()

Completed in 19 milliseconds