Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_path_helper.cxx183 rtl::OUString fdp; in osl_systemPathIsHiddenFileOrDirectoryEntry() local
184 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()
/trunk/main/sal/osl/os2/
H A Dfile_path_helper.cxx209 rtl::OUString fdp; in osl_systemPathIsHiddenFileOrDirectoryEntry() local
211 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 13 milliseconds