Home
last modified time | relevance | path

Searched refs:fileInformation (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c921 BY_HANDLE_FILE_INFORMATION fileInformation; in tsrm_realpath_r() local
929 GetFileInformationByHandle(hLink, &fileInformation) && in tsrm_realpath_r()
930 !(fileInformation.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) { in tsrm_realpath_r()
931 dataw.dwFileAttributes = fileInformation.dwFileAttributes; in tsrm_realpath_r()

Completed in 9 milliseconds