Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/fsdrv/
Dlv_fs_stdio.c117 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_open()
212 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_dir_open()
225 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s\\*", path); in fs_dir_open()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h608 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe… macro
/lvgl-latest/
Dlv_conf_template.h615 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe…
DKconfig921 config LV_FS_STDIO_PATH config
/lvgl-latest/src/
Dlv_conf_internal.h1997 #ifndef LV_FS_STDIO_PATH
1999 #define LV_FS_STDIO_PATH CONFIG_LV_FS_STDIO_PATH macro
2001 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe… macro