FatFS
NS_DOT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
NS_DOT
NS_DOT macro
Syntax
Show:
Summary
Declaration
from
ff.c:81
#define
NS_DOT
0x20
Examples
References
from
examples
Code
Location
#define
NS_DOT
0x20
/* Dot entry */
ff.c:81
if
(
dp
->
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
return
FR_INVALID_NAME
;
/* Check name validity */
ff.c:2481
if
(
FF_FS_RPATH
&&
(
ns
&
NS_DOT
)
)
{
/* If dot entry is not exist, stay there */
ff.c:3104
if
(
FF_FS_RPATH
&&
res
==
FR_OK
&&
(
dj
.
fn
[
NSFLAG
]
&
NS_DOT
)
)
{
ff.c:5023
if
(
FF_FS_RPATH
&&
res
==
FR_NO_FILE
&&
(
dj
.
fn
[
NSFLAG
]
&
NS_DOT
)
)
{
/* Invalid name? */
ff.c:5115
if
(
res
==
FR_OK
&&
(
djo
.
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
)
res
=
FR_INVALID_NAME
;
/* Check validity of name */
ff.c:5200
if
(
res
==
FR_OK
&&
(
dj
.
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
)
res
=
FR_INVALID_NAME
;
/* Check object validity */
ff.c:5308
if
(
res
==
FR_OK
&&
(
dj
.
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
)
res
=
FR_INVALID_NAME
;
/* Check object validity */
ff.c:5354
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out