Searched refs:fdp (Results 1 – 2 of 2) sorted by relevance
183 rtl::OUString fdp; in osl_systemPathIsHiddenFileOrDirectoryEntry() local184 osl_systemPathGetFileNameOrLastDirectoryPart(pustrPath, &fdp.pData); in osl_systemPathIsHiddenFileOrDirectoryEntry()186 return ((fdp.pData->length > 0) && in osl_systemPathIsHiddenFileOrDirectoryEntry()187 (fdp.pData->buffer[0] == FPH_CHAR_DOT) && in osl_systemPathIsHiddenFileOrDirectoryEntry()188 !osl_systemPathIsLocalOrParentDirectoryEntry(fdp.pData)); in osl_systemPathIsHiddenFileOrDirectoryEntry()
209 rtl::OUString fdp; in osl_systemPathIsHiddenFileOrDirectoryEntry() local211 osl_systemPathGetFileNameOrLastDirectoryPart(pustrPath, &fdp.pData); in osl_systemPathIsHiddenFileOrDirectoryEntry()213 is_hidden = ((fdp.pData->length > 0) && (fdp.pData->buffer[0] == FPH_CHAR_DOT) && in osl_systemPathIsHiddenFileOrDirectoryEntry()214 !osl_systemPathIsLocalOrParentDirectoryEntry(fdp.pData)); in osl_systemPathIsHiddenFileOrDirectoryEntry()
Completed in 17 milliseconds