Lines Matching refs:rtl_uString
71 void SAL_CALL osl_systemPathRemoveSeparator(rtl_uString* pustrPath) in osl_systemPathRemoveSeparator()
92 void SAL_CALL osl_systemPathEnsureSeparator(rtl_uString** ppustrPath) in osl_systemPathEnsureSeparator()
115 sal_Bool SAL_CALL osl_systemPathIsRelativePath(const rtl_uString* pustrPath) in osl_systemPathIsRelativePath()
125 sal_Bool SAL_CALL osl_systemPathIsAbsolutePath(const rtl_uString* pustrPath) in osl_systemPathIsAbsolutePath()
143 const rtl_uString* pustrBasePath, in osl_systemPathMakeAbsolutePath()
144 const rtl_uString* pustrRelPath, in osl_systemPathMakeAbsolutePath()
145 rtl_uString** ppustrAbsolutePath) in osl_systemPathMakeAbsolutePath()
147 rtl::OUString base(rtl_uString_getStr(const_cast<rtl_uString*>(pustrBasePath))); in osl_systemPathMakeAbsolutePath()
148 rtl::OUString rel(const_cast<rtl_uString*>(pustrRelPath)); in osl_systemPathMakeAbsolutePath()
164 sal_Int32 SAL_CALL osl_systemPathGetParent(rtl_uString* pustrPath) in osl_systemPathGetParent()
174 const rtl_uString* pustrPath, in osl_systemPathGetFileNameOrLastDirectoryPart()
175 rtl_uString** ppustrFileNameOrLastDirPart) in osl_systemPathGetFileNameOrLastDirectoryPart()
180 rtl::OUString path(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathGetFileNameOrLastDirectoryPart()
201 const rtl_uString* pustrPath) in osl_systemPathIsHiddenFileOrDirectoryEntry()
226 const rtl_uString* pustrPath) in osl_systemPathIsLocalOrParentDirectoryEntry()
347 const rtl_uString* pustrFilePath, in osl_searchPath()
348 const rtl_uString* pustrSearchPathList, in osl_searchPath()
349 rtl_uString** ppustrPathFound) in osl_searchPath()
354 rtl::OUString fp(const_cast<rtl_uString*>(pustrFilePath)); in osl_searchPath()
355 rtl::OUString pl = rtl::OUString(const_cast<rtl_uString*>(pustrSearchPathList)); in osl_searchPath()