ESP-IDF
SPIFFS_ERR_NOT_FOUND
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPIFFS_ERR_NOT_FOUND
SPIFFS_ERR_NOT_FOUND macro
Syntax
Show:
Summary
Declaration
from
spiffs.h:19
#define
SPIFFS_ERR_NOT_FOUND
-
10002
Examples
References
from
examples
Code
Location
#define
SPIFFS_ERR_NOT_FOUND
-
10002
spiffs.h:19
case
SPIFFS_ERR_NOT_FOUND
:
esp_spiffs.c:499
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:160
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:198
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:230
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:261
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:289
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:296
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:307
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:314
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:357
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:364
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:418
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:611
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:663
}
else
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:785
}
else
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_check.c:950
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_gc.c:542
if
(
(
flags
&
SPIFFS_O_CREAT
)
&&
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_hydrogen.c:246
if
(
res
==
SPIFFS_ERR_NOT_FOUND
)
{
spiffs_hydrogen.c:933
res
=
SPIFFS_ERR_NOT_FOUND
;
spiffs_nucleus.c:495
res
=
SPIFFS_ERR_NOT_FOUND
;
spiffs_nucleus.c:549
res
=
SPIFFS_ERR_NOT_FOUND
;
spiffs_nucleus.c:588
res
=
SPIFFS_ERR_NOT_FOUND
;
spiffs_nucleus.c:1723
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