office-gobmx/sal
Stephan Bergmann c8976bdfdf tdf#137208 Assume that dladdr provides an absolute pathname
3dfb38a45d "added getUrlFromAddress (#88338#)" had
introduced the call to osl_getAbsoluteFileURL for no documented reason, but it
looks unlikely that any relevant implementation of dladdr (as called by
getModulePathFromAddress; and where dladdr is a non-POSIX extension on the
various platforms) would provide pathnames that are relative to the process's
CWD.

(Instead, add a check whether osl_getFileURLFromSystemPath succeeds.)

Change-Id: If291e9fdf63fc3f42ba7c7e3138d7db5328ed165
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111004
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-16 22:16:04 +01:00
..
android
cppunittester
inc
osl tdf#137208 Assume that dladdr provides an absolute pathname 2021-02-16 22:16:04 +01:00
qa Make sure to resolve symlinks in temp path in path tests 2021-02-12 17:01:39 +01:00
rtl use zlib crc32() rather our own implementation 2021-02-10 17:23:26 +01:00
test
textenc
util
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL library 2021-02-10 14:34:33 +01:00
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk use zlib crc32() rather our own implementation 2021-02-10 17:23:26 +01:00
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).