Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx2957 DWORD nRealFlags = GetFileAttributes (aByteStrFullPath.GetBuffer()); in RTLFUNC() local
2958 if (nRealFlags != 0xffffffff) in RTLFUNC()
2960 if (nRealFlags == FILE_ATTRIBUTE_NORMAL) in RTLFUNC()
2961 nRealFlags = 0; in RTLFUNC()
2962 nFlags = (sal_Int16) (nRealFlags); in RTLFUNC()

Completed in 106 milliseconds