office-gobmx/sal
Stephan Bergmann 35f3759e5c There's no way to create an oslVolumeDeviceHandle for unx
...so the functions operating on them can all just return osl_File_E_INVAL. (The
way to create an oslVolumeDeviceHandle is via osl_getVolumeInformation storing
it into oslVolumeInfo.pDeviceHandle.  But the unx implementation of
osl_getVolumeInformation never sets that, so it'll stay at the null value that
callers must initialize it to.)

Change-Id: Ibabd89e8f9de0892a0e815d30b6397f869e7df70
2017-02-23 17:27:08 +01:00
..
android
cppunittester
inc Fold sal_detail_log_backtrace into sal_detail_log 2017-02-09 15:56:50 +00:00
osl There's no way to create an oslVolumeDeviceHandle for unx 2017-02-23 17:27:08 +01:00
qa loplugin:subtlezeroinit: sal 2017-02-21 07:35:03 +01:00
rtl silence coverity#1202740 Bad bit shift operation 2017-02-20 09:45:25 +00:00
systools/win32/uwinapi Remove MinGW support 2017-02-10 18:01:27 +00:00
test
textenc
util Fold sal_detail_log_backtrace into sal_detail_log 2017-02-09 15:56:50 +00:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
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 Dummy implementations of backtrace/backtrace_symbols on Android, too 2017-02-09 19:51:36 +01:00
Library_sal_textenc.mk
Library_uwinapi.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).