Using PathView to pass paths to APIs
This commit is contained in:
@@ -8,8 +8,8 @@ namespace fs
|
||||
namespace native_utils
|
||||
{
|
||||
|
||||
bool validateCaseSensitiveFilename(const AbsPath& filePath) noexcept;
|
||||
bool validateCaseSensitiveFolder(const AbsPath& folderPath) noexcept;
|
||||
bool validateCaseSensitiveFilename(AbsPathView filePath) noexcept;
|
||||
bool validateCaseSensitiveFolder(AbsPathView folderPath) noexcept;
|
||||
|
||||
typedef eastl::fixed_string<wchar_t, 1024> wstring_t;
|
||||
typedef eastl::fixed_string<char, 1024> string_t;
|
||||
|
||||
Reference in New Issue
Block a user