mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Rename FsService to FsSrv
This commit is contained in:
parent
24ba7c6b5b
commit
81340027fc
@ -4,6 +4,6 @@ Loader,LibHac.Loader,LibHac/Loader/ResultLoader.cs
|
||||
Sf,LibHac.Sf,LibHac/Sf/ResultSf.cs
|
||||
Kvdb,LibHac.Kvdb,LibHac/Kvdb/ResultKvdb.cs
|
||||
Sm,LibHac.Sm,LibHac/Sm/ResultSm.cs
|
||||
Sdmmc,LibHac.FsService,LibHac/FsService/ResultSdmmc.cs
|
||||
Sdmmc,LibHac.FsSrv,LibHac/FsSrv/ResultSdmmc.cs
|
||||
Bcat,LibHac.Bcat,LibHac/Bcat/ResultBcat.cs
|
||||
LibHac,LibHac.Common,LibHac/Common/ResultLibHac.cs
|
|
@ -2,7 +2,7 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Accessors;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs
|
||||
{
|
||||
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Accessors;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.Fs
|
||||
|
@ -1,5 +1,5 @@
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsService.Storage;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSrv.Storage;
|
||||
|
||||
namespace LibHac.Fs.Impl
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System.Diagnostics;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSystem;
|
||||
using static LibHac.Fs.CommonMountNames;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.Ncm;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
{
|
||||
|
@ -3,7 +3,7 @@ using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSystem;
|
||||
using static LibHac.Fs.CommonMountNames;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
using LibHac.Common;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.Ncm;
|
||||
using LibHac.Spl;
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.Ncm;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using LibHac.Common;
|
||||
using LibHac.Diag;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.Ncm;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.Ncm;
|
||||
|
||||
namespace LibHac.Fs.Shim
|
||||
|
@ -2,7 +2,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class EmulatedBisFileSystemCreator : IBuiltInStorageFileSystemCreator
|
||||
{
|
@ -2,7 +2,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class EmulatedBisFileSystemCreatorConfig
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class EmulatedGameCardFsCreator : IGameCardFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class EmulatedGameCardStorageCreator : IGameCardStorageCreator
|
||||
{
|
@ -2,7 +2,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class EmulatedSdFileSystemCreator : ISdFileSystemCreator
|
||||
{
|
@ -3,7 +3,7 @@ using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class EncryptedFileSystemCreator : IEncryptedFileSystemCreator
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class FileSystemCreators
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IBuiltInStorageCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IBuiltInStorageFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IEncryptedFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IFatFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IGameCardFileSystemCreator
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IGameCardStorageCreator
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IHostFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IMemoryStorageCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IPartitionFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IRomFileSystemCreator
|
||||
{
|
@ -4,7 +4,7 @@ using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem.Save;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface ISaveDataFileSystemCreator
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface ISdFileSystemCreator
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface ISdStorageCreator
|
||||
{
|
@ -2,7 +2,7 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem.NcaUtils;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface IStorageOnNcaCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface ISubDirectoryFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public interface ITargetManagerFileSystemCreator
|
||||
{
|
@ -3,7 +3,7 @@ using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.FsSystem.Detail;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class PartitionFileSystemCreator : IPartitionFileSystemCreator
|
||||
{
|
@ -2,7 +2,7 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem.RomFs;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class RomFileSystemCreator : IRomFileSystemCreator
|
||||
{
|
@ -5,7 +5,7 @@ using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.FsSystem.Save;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class SaveDataFileSystemCreator : ISaveDataFileSystemCreator
|
||||
{
|
@ -5,7 +5,7 @@ using LibHac.FsSystem;
|
||||
using LibHac.FsSystem.Detail;
|
||||
using LibHac.FsSystem.NcaUtils;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class StorageOnNcaCreator : IStorageOnNcaCreator
|
||||
{
|
@ -2,7 +2,7 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class SubDirectoryFileSystemCreator : ISubDirectoryFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService.Creators
|
||||
namespace LibHac.FsSrv.Creators
|
||||
{
|
||||
public class TargetManagerFileSystemCreator : ITargetManagerFileSystemCreator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService.Creators;
|
||||
using LibHac.FsSrv.Creators;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class DefaultFsServerObjects
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class EmulatedDeviceOperator : IDeviceOperator
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class EmulatedGameCard
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class EmulatedSdCard
|
||||
{
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using LibHac.Fs;
|
||||
using LibHac.Spl;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class ExternalKeySet
|
||||
{
|
@ -4,13 +4,13 @@ using LibHac.Common;
|
||||
using LibHac.Diag;
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService.Impl;
|
||||
using LibHac.FsSrv.Impl;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.Kvdb;
|
||||
using LibHac.Ncm;
|
||||
using LibHac.Spl;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class FileSystemProxy : IFileSystemProxy
|
||||
{
|
@ -6,12 +6,12 @@ using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.Fs.Shim;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.FsService.Creators;
|
||||
using LibHac.FsSrv.Creators;
|
||||
using LibHac.FsSystem.NcaUtils;
|
||||
using LibHac.Spl;
|
||||
using RightsId = LibHac.Fs.RightsId;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class FileSystemProxyCore
|
||||
{
|
@ -2,9 +2,9 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Impl;
|
||||
using LibHac.Fs.Shim;
|
||||
using LibHac.FsService.Creators;
|
||||
using LibHac.FsSrv.Creators;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public class FileSystemServer
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public struct GameCardHandle : IEquatable<GameCardHandle>
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
internal class GameCardInfo
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.FsService.Storage;
|
||||
using LibHac.FsSrv.Storage;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public interface IDeviceHandleManager
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public interface IDeviceOperator
|
||||
{
|
@ -6,7 +6,7 @@ using LibHac.FsSystem;
|
||||
using LibHac.Ncm;
|
||||
using LibHac.Spl;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public interface IFileSystemProxy
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public interface IMultiCommitManager
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
/// <summary>
|
||||
/// Indexes save data metadata, holding key-value pairs of types <see cref="SaveDataAttribute"/> and
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public interface ISaveDataIndexerManager
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
/// <summary>
|
||||
/// Iterates through the <see cref="SaveDataInfo"/> of the save data
|
@ -5,7 +5,7 @@ using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.Fs.Shim;
|
||||
|
||||
namespace LibHac.FsService.Impl
|
||||
namespace LibHac.FsSrv.Impl
|
||||
{
|
||||
internal class MultiCommitManager : IMultiCommitManager
|
||||
{
|
@ -3,7 +3,7 @@ using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public ref struct PathNormalizer
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
/// <summary>
|
||||
/// Permissions that control which filesystems or storages can be mounted or opened.
|
@ -9,7 +9,7 @@
|
||||
// code generation portion of the build.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public static class ResultSdmmc
|
||||
{
|
@ -10,7 +10,7 @@ using LibHac.Fs;
|
||||
using LibHac.Fs.Shim;
|
||||
using LibHac.Kvdb;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
/// <summary>
|
||||
/// Indexes metadata for persistent save data stored on disk, holding key-value pairs of types
|
@ -2,7 +2,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
/// <summary>
|
||||
/// Indexes metadata for temporary save data, holding a key-value pair of types
|
@ -3,9 +3,9 @@ using System.Threading;
|
||||
using LibHac.Common;
|
||||
using LibHac.Diag;
|
||||
using LibHac.Fs;
|
||||
using LibHac.FsService.Storage;
|
||||
using LibHac.FsSrv.Storage;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes and holds <see cref="ISaveDataIndexer"/>s for each save data space.
|
@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using LibHac.Fs;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
[StructLayout(LayoutKind.Explicit, Size = 0x40)]
|
||||
public struct SaveDataIndexerValue
|
@ -4,7 +4,7 @@ using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.Ncm;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
internal class SaveDataInfoFilterReader : ISaveDataInfoReader
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace LibHac.FsService.Storage
|
||||
namespace LibHac.FsSrv.Storage
|
||||
{
|
||||
public static class SdCardManagement
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace LibHac.FsService.Storage
|
||||
namespace LibHac.FsSrv.Storage
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Size = 0x10)]
|
||||
public readonly struct StorageDeviceHandle : IEquatable<StorageDeviceHandle>
|
@ -1,4 +1,4 @@
|
||||
namespace LibHac.FsService.Storage
|
||||
namespace LibHac.FsSrv.Storage
|
||||
{
|
||||
public enum StorageDevicePortId : byte
|
||||
{
|
@ -3,7 +3,7 @@ using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.FsService
|
||||
namespace LibHac.FsSrv
|
||||
{
|
||||
public static class Util
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsService.Creators;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.FsSrv.Creators;
|
||||
using LibHac.Sm;
|
||||
|
||||
namespace LibHac
|
||||
|
@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using LibHac.Fs;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using LibHac.Spl;
|
||||
using Aes = LibHac.Crypto.Aes;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
|
||||
namespace LibHac.Tests.Fs.FileSystemClientTests
|
||||
{
|
||||
|
@ -1,9 +1,9 @@
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.FsService;
|
||||
using LibHac.FsSrv;
|
||||
using Xunit;
|
||||
|
||||
namespace LibHac.Tests.FsService
|
||||
namespace LibHac.Tests.FsSrv
|
||||
{
|
||||
public class PathNormalizerTests
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user