FatFS
FR_NO_PATH
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
FatFS
ESP-IDF
lwIP
FreeRTOS
cJSON
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FR_NO_PATH
FR_NO_PATH value
Syntax
Show:
Summary
Declaration
from
ff.h:288
FR_NO_PATH
;
Examples
References
from
examples
Code
Location
Referrer
FR_NO_PATH
,
/* (5) Could not find the path */
ff.h:288
if
(
!
(
ns
&
NS_LAST
)
)
res
=
FR_NO_PATH
;
/* Adjust error code if not last segment */
ff.c:3109
follow_path()
res
=
FR_NO_PATH
;
break
;
ff.c:3117
follow_path()
res
=
FR_NO_PATH
;
ff.c:4671
f_opendir()
if
(
res
==
FR_NO_FILE
)
res
=
FR_NO_PATH
;
ff.c:4690
f_opendir()
case
FR_NO_PATH
:
return
ENOENT
;
vfs_fat.c:325
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_NO_PATH
is read by 3 functions:
All items filtered out
FR_NO_PATH
follow_path()
f_opendir()
fresult_to_errno()
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