Searched refs:ustrSysPath (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sal/osl/w32/ |
H A D | module.cxx | 260 rtl_uString *ustrSysPath = NULL; in _osl_addressGetModuleURL_Windows() local 263 OSL_ASSERT(ustrSysPath != NULL); in _osl_addressGetModuleURL_Windows() 265 rtl_uString_release( ustrSysPath ); in _osl_addressGetModuleURL_Windows() 381 rtl_uString *ustrSysPath = NULL; in _osl_addressGetModuleURL_NT4() local 384 OSL_ASSERT(ustrSysPath != NULL); in _osl_addressGetModuleURL_NT4() 385 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_NT4() 386 rtl_uString_release( ustrSysPath ); in _osl_addressGetModuleURL_NT4() 461 rtl_uString *ustrSysPath = NULL; in _osl_addressGetModuleURL_NT() local 465 rtl_uString_newFromStr( &ustrSysPath, aBuffer ); in _osl_addressGetModuleURL_NT() 466 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_NT() [all …]
|
H A D | file_url.cxx | 977 rtl_uString *ustrSysPath = NULL; in osl_searchFileURL() local 986 error = _osl_getSystemPathFromFileURL( ustrUNCPath, &ustrSysPath, sal_True ); in osl_searchFileURL() 1004 LPCTSTR lpszSearchFile = reinterpret_cast<LPCTSTR>(ustrSysPath->buffer); in osl_searchFileURL() 1021 rtl_uString_newFromStr( &ustrSysPath, reinterpret_cast<const sal_Unicode*>(lpBuffer) ); in osl_searchFileURL() 1022 error = osl_getFileURLFromSystemPath( ustrSysPath, pustrPath ); in osl_searchFileURL() 1032 hFind = FindFirstFile( reinterpret_cast<LPCTSTR>(ustrSysPath->buffer), &aFindFileData ); in osl_searchFileURL() 1036 error = osl_getFileURLFromSystemPath( ustrSysPath, pustrPath ); in osl_searchFileURL() 1044 if ( ustrSysPath ) in osl_searchFileURL() 1045 rtl_uString_release( ustrSysPath ); in osl_searchFileURL()
|
H A D | file_dirvol.cxx | 1783 rtl_uString *ustrSysPath = NULL; in osl_setFileAttributes() local 1788 error = _osl_getSystemPathFromFileURL( ustrFileURL, &ustrSysPath, sal_False ); in osl_setFileAttributes() 1793 dwFileAttributes = GetFileAttributes( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(ustrSysPath)) ); in osl_setFileAttributes() 1805 …fSuccess = SetFileAttributes( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(ustrSysPath)), dwFileAt… in osl_setFileAttributes() 1813 rtl_uString_release( ustrSysPath ); in osl_setFileAttributes()
|
/trunk/main/sal/osl/os2/ |
H A D | module.c | 281 rtl_uString *ustrSysPath = NULL; in osl_getModuleURLFromAddress() local 282 …rtl_string2UString( &ustrSysPath, Buff, strlen(Buff), osl_getThreadTextEncoding(), OSTRING_TO_OUST… in osl_getModuleURLFromAddress() 283 OSL_ASSERT(ustrSysPath != NULL); in osl_getModuleURLFromAddress() 284 osl_getFileURLFromSystemPath( ustrSysPath, ppLibraryUrl ); in osl_getModuleURLFromAddress() 285 rtl_uString_release( ustrSysPath ); in osl_getModuleURLFromAddress()
|
Completed in 38 milliseconds