Lines Matching refs:rtl_uString

70  void SAL_CALL osl_systemPathRemoveSeparator(rtl_uString* pustrPath)  in osl_systemPathRemoveSeparator()
93 void SAL_CALL osl_systemPathEnsureSeparator(rtl_uString** ppustrPath) in osl_systemPathEnsureSeparator()
117 sal_Bool SAL_CALL osl_systemPathIsRelativePath(const rtl_uString* pustrPath) in osl_systemPathIsRelativePath()
128 const rtl_uString* pustrBasePath, in osl_systemPathMakeAbsolutePath()
129 const rtl_uString* pustrRelPath, in osl_systemPathMakeAbsolutePath()
130 rtl_uString** ppustrAbsolutePath) in osl_systemPathMakeAbsolutePath()
132 rtl::OUString base(rtl_uString_getStr(const_cast<rtl_uString*>(pustrBasePath))); in osl_systemPathMakeAbsolutePath()
133 rtl::OUString rel(const_cast<rtl_uString*>(pustrRelPath)); in osl_systemPathMakeAbsolutePath()
150 const rtl_uString* pustrPath, in osl_systemPathGetFileNameOrLastDirectoryPart()
151 rtl_uString** ppustrFileNameOrLastDirPart) in osl_systemPathGetFileNameOrLastDirectoryPart()
156 rtl::OUString path(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathGetFileNameOrLastDirectoryPart()
177 const rtl_uString* pustrPath) in osl_systemPathIsHiddenFileOrDirectoryEntry()
197 const rtl_uString* pustrPath) in osl_systemPathIsLocalOrParentDirectoryEntry()
318 const rtl_uString* pustrFilePath, in osl_searchPath()
319 const rtl_uString* pustrSearchPathList, in osl_searchPath()
320 rtl_uString** ppustrPathFound) in osl_searchPath()
325 rtl::OUString fp(const_cast<rtl_uString*>(pustrFilePath)); in osl_searchPath()
326 rtl::OUString pl = rtl::OUString(const_cast<rtl_uString*>(pustrSearchPathList)); in osl_searchPath()