Home
last modified time | relevance | path

Searched refs:LV_FS_STDIO_PATH (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.5.0/src/extra/libs/fsdrv/
Dlv_fs_stdio.c118 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_open()
213 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_dir_open()
226 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s\\*", path); in fs_dir_open()
/lvgl-3.5.0/
Dlv_conf_template.h607 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe…
DKconfig910 config LV_FS_STDIO_PATH config
/lvgl-3.5.0/src/
Dlv_conf_internal.h1977 #ifndef LV_FS_STDIO_PATH
1979 #define LV_FS_STDIO_PATH CONFIG_LV_FS_STDIO_PATH macro
1981 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe… macro