Home
last modified time | relevance | path

Searched refs:ustrPath (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp193 ::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()
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx63 rtl_uString* ustrPath; /* holds native directory path */ member
183 pDirImpl->ustrPath = ustrSystemPath; in osl_openDirectory()
228 rtl_uString_release( pDirImpl->ustrPath ); in osl_closeDirectory()
301 osl_systemPathMakeAbsolutePath(pDirImpl->ustrPath, ustrFileName, &ustrFilePath); in osl_getNextDirectoryItem()
H A Duunxapi.hxx44 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()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx958 rtl_uString* ustrPath, rtl_uString** pustrURL ) in osl_getFileURLFromSystemPath() argument
960 return _osl_getFileURLFromSystemPath( ustrPath, pustrURL ); in osl_getFileURLFromSystemPath()
/trunk/main/sal/osl/os2/
H A Duunxapi.hxx52 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 Dfile_url.h110 rtl_uString* ustrPath; /* holds native directory path */ member
H A Dfile.cxx845 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()
/trunk/main/sal/osl/all/
H A Dfilepath.c36 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 …]

Completed in 60 milliseconds