Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx2972 DWORD nRealFlags = GetFileAttributes (aByteStrFullPath.GetBuffer()); in RTLFUNC() local
2973 if (nRealFlags != 0xffffffff) in RTLFUNC()
2975 if (nRealFlags == FILE_ATTRIBUTE_NORMAL) in RTLFUNC()
2976 nRealFlags = 0; in RTLFUNC()
2977 nFlags = (sal_Int16) (nRealFlags); in RTLFUNC()

Completed in 27 milliseconds