FatFS
create_name()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
create_name()
create_name() function
Syntax
Show:
Summary
Declaration
from
ff.c:2852
static
FRESULT
create_name
(
FF_DIR
*
dp
,
const
TCHAR
*
*
path
)
;
Arguments
Argument
dp
path
Related Functions
Found 14 other functions taking a
FF_DIR
argument:
Function
follow_path()
dir_sdi()
dir_next()
f_readdir()
dir_register()
f_opendir()
f_closedir()
dir_read()
dir_alloc()
dir_find()
dir_remove()
get_fileinfo()
f_findfirst()
f_findnext()
Examples
References
from
examples
Code
Location
Referrer
static
FRESULT
create_name
(
/* FR_OK: successful, FR_INVALID_NAME: could not create */
ff.c:2852
res
=
create_name
(
dp
,
&
path
)
;
/* Get a segment name of the path */
ff.c:3098
follow_path()
Call Tree
from
examples
create_name()
is called by 1 function and calls 4 functions:
follow_path()
All items filtered out
create_name()
dbc_1st()
dbc_2nd()
ff_uni2oem()
tchar2uni()
All items filtered out
Data Use
from
examples
create_name()
reads 7 variables:
FF_DIR::fn
FRESULT::FR_OK
FRESULT::FR_INVALID_NAME
ExCvt
FATFS::lfnbuf
FFOBJID::fs
FF_DIR::obj
All items filtered out
create_name()
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