Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_stdio.c120 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_open()
230 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_dir_open()
243 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s\\*", path); in fs_dir_open()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h782 …#define LV_FS_STDIO_PATH "" /**< Set the working directory. File/directory paths will be a… macro
/lvgl-latest/
Dlv_conf_template.h804 …#define LV_FS_STDIO_PATH "" /**< Set the working directory. File/directory paths will be a…
DKconfig1221 config LV_FS_STDIO_PATH config
/lvgl-latest/src/
Dlv_conf_internal.h2562 #ifndef LV_FS_STDIO_PATH
2564 #define LV_FS_STDIO_PATH CONFIG_LV_FS_STDIO_PATH macro
2566 …#define LV_FS_STDIO_PATH "" /**< Set the working directory. File/directory paths will be a… macro