Searched refs:ustrPath (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sal/osl/all/ |
H A D | filepath.c | 36 rtl_uString *ustrPath = NULL; in osl_abbreviateSystemPath() local 53 rtl_uString_new( &ustrPath ); in osl_abbreviateSystemPath() 58 uPathWidth = pfnCalcWidth( ustrPath ); in osl_abbreviateSystemPath() 65 if ( ustrPath->length > 3 ) in osl_abbreviateSystemPath() 67 ustrPath->length--; in osl_abbreviateSystemPath() 68 ustrPath->buffer[ustrPath->length-3] = '.'; in osl_abbreviateSystemPath() 69 ustrPath->buffer[ustrPath->length-2] = '.'; in osl_abbreviateSystemPath() 70 ustrPath->buffer[ustrPath->length-1] = '.'; in osl_abbreviateSystemPath() 71 ustrPath->buffer[ustrPath->length] = 0; in osl_abbreviateSystemPath() 110 if ( ustrPath ) in osl_abbreviateSystemPath() [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | uunxapi.hxx | 44 inline int access(const rtl::OUString& ustrPath, int mode) in access() argument 46 return access_u(ustrPath.pData, mode); in access() 76 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat() argument 78 return lstat_u(ustrPath.pData, &buf); in lstat()
|
H A D | file_misc.cxx | 65 rtl_uString* ustrPath; /* holds native directory path */ member 187 pDirImpl->ustrPath = ustrSystemPath; in osl_openDirectory() 232 rtl_uString_release( pDirImpl->ustrPath ); in osl_closeDirectory() 305 osl_systemPathMakeAbsolutePath(pDirImpl->ustrPath, ustrFileName, &ustrFilePath); in osl_getNextDirectoryItem()
|
/aoo41x/main/sal/osl/os2/ |
H A D | uunxapi.hxx | 52 inline int access(const rtl::OUString& ustrPath, int mode) in access() argument 54 return access_u(ustrPath.pData, mode); in access() 84 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat() argument 86 return lstat_u(ustrPath.pData, &buf); in lstat()
|
H A D | file_url.h | 110 rtl_uString* ustrPath; /* holds native directory path */ member
|
H A D | file.cxx | 845 pDirImpl->ustrPath = ustrSystemPath; in _osl_openLocalRoot() 1005 pDirImpl->ustrPath = ustrSystemPath; in osl_openDirectory() 1067 osl_systemPathMakeAbsolutePath(pDirImpl->ustrPath, ustrFileName, &pItemImpl->ustrFilePath); in osl_getNextDirectoryItem() 1111 rtl_uString_release( pDirImpl->ustrPath ); in osl_closeDirectory()
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_url.cxx | 958 rtl_uString* ustrPath, rtl_uString** pustrURL ) in osl_getFileURLFromSystemPath() argument 960 return _osl_getFileURLFromSystemPath( ustrPath, pustrURL ); in osl_getFileURLFromSystemPath()
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 193 ::rtl::OUString ustrPath; in GetCrashDataPath() 195 result = ::osl::FileBase::getSystemPathFromFileURL( ustrValue, ustrPath ); in GetCrashDataPath() 198 _tcsncpy( szBuffer, reinterpret_cast<LPCWSTR>(ustrPath.getStr()), MAX_PATH ); in GetCrashDataPath()
|
Completed in 196 milliseconds