mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update Reliance Edge fail safe file system to the latest version.
This commit is contained in:
parent
8d041c8e21
commit
67def3c14b
30 changed files with 5877 additions and 5544 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <redcoreapi.h>
|
||||
#include <redvolume.h>
|
||||
#include <redposix.h>
|
||||
#include "redpath.h"
|
||||
#include <redpath.h>
|
||||
|
||||
|
||||
static bool IsRootDir(const char *pszLocalPath);
|
||||
|
@ -405,11 +405,11 @@ static bool IsRootDir(
|
|||
Example | Result
|
||||
------- | ------
|
||||
"" false
|
||||
"\" false
|
||||
"\\" false
|
||||
"/" false
|
||||
"//" false
|
||||
"a" true
|
||||
"\a" true
|
||||
"\\a" true
|
||||
"/a" true
|
||||
"//a" true
|
||||
|
||||
@param pszPathIdx The path to examine, incremented to the point of
|
||||
interest.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue