Searched refs:pustrSystemPath (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 881 …or SAL_CALL osl_getSystemPathFromFileURL( rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath ) in osl_getSystemPathFromFileURL() argument 883 return _osl_getSystemPathFromFileURL( ustrFileURL, pustrSystemPath, sal_True ); in osl_getSystemPathFromFileURL() 1015 *pustrSystemPath = pTmp; in osl_getSystemPathFromFileURL() 1028 rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative) in osl_getSystemPathFromFileURL_Ex() argument 1030 return _osl_getSystemPathFromFileURL( ustrFileURL, pustrSystemPath, bAllowRelative); in osl_getSystemPathFromFileURL_Ex() 1041 *pustrSystemPath = temp; in osl_getSystemPathFromFileURL_Ex()
|
H A D | file_url.h | 157 …_getSystemPathFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAl…
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_url.cxx | 143 …or SAL_CALL osl_getSystemPathFromFileURL( rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath ) in osl_getSystemPathFromFileURL() argument 289 *pustrSystemPath = pTmp; in osl_getSystemPathFromFileURL() 416 rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative) in osl_getSystemPathFromFileURL_Ex() argument 425 *pustrSystemPath = temp; in osl_getSystemPathFromFileURL_Ex()
|
H A D | file_url.h | 41 …_getSystemPathFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAl…
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.h | 1372 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *pustrSystemPath, rtl_uString **ppu…
|
Completed in 37 milliseconds