fs: implement AccessLog, enable for File operations
1 parent 3fe7700 commit e2b17086d45601c6dfc74f8af2274dcae130f724
@Michael Scire Michael Scire authored on 30 Jun 2020
SciresM committed on 2 Jul 2020
Showing 36 changed files
View
libraries/config/common.mk
View
libraries/libstratosphere/include/stratosphere/fs.hpp
View
libraries/libstratosphere/include/stratosphere/fs/fs_access_log.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/fs_context.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/fs_priority.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/fs_result_config.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/impl/fs_access_log_impl.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/impl/fs_fs_inline_context_utils.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/impl/fs_priority_utils.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fs/impl/fs_result_utils.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_sdk_thread_local_storage.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_sdk_thread_local_storage_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_thread_local_storage.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_thread_types.hpp
View
libraries/libstratosphere/include/stratosphere/sf/sf_fs_inline_context.hpp
View
libraries/libstratosphere/source/fs/fs_access_log.cpp 0 → 100644
View
libraries/libstratosphere/source/fs/fs_context.cpp 0 → 100644
View
libraries/libstratosphere/source/fs/fs_priority.cpp 0 → 100644
View
libraries/libstratosphere/source/fs/fs_result_utils.cpp 0 → 100644
View
libraries/libstratosphere/source/fs/fsa/fs_directory_accessor.hpp
View
libraries/libstratosphere/source/fs/fsa/fs_filesystem_accessor.hpp
View
libraries/libstratosphere/source/fs/fsa/fs_user_file.cpp
View
libraries/libstratosphere/source/ncm/ncm_content_meta_utils.cpp
View
libraries/libstratosphere/source/ncm/ncm_install_task_base.cpp
View
libraries/libstratosphere/source/os/impl/os_thread_manager.cpp
View
libraries/libstratosphere/source/os/os_sdk_thread_local_storage_api.cpp 0 → 100644
View
libraries/libstratosphere/source/sf/cmif/sf_cmif_inline_context.cpp
View
libraries/libvapours/include/vapours/defines.hpp
View
libraries/libvapours/include/vapours/includes.hpp
View
libraries/libvapours/include/vapours/results/fs_results.hpp
View
stratosphere/ams_mitm/source/amsmitm_main.cpp
View
stratosphere/fatal/source/fatal_main.cpp
View
stratosphere/loader/source/ldr_main.cpp
View
stratosphere/ncm/source/ncm_main.cpp
View
stratosphere/pgl/source/pgl_main.cpp