Home
last modified time | relevance | path

Searched refs:LV_FS_WIN32_PATH (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_win32.c226 lv_snprintf(buf, sizeof(buf), LV_FS_WIN32_PATH "%s", path); in fs_open()
373 lv_snprintf(buf, sizeof(buf), LV_FS_WIN32_PATH "%s\\*", path); in fs_dir_open()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h796 …#define LV_FS_WIN32_PATH "" /**< Set the working directory. File/directory paths will be a… macro
/lvgl-latest/
Dlv_conf_template.h820 …#define LV_FS_WIN32_PATH "" /**< Set the working directory. File/directory paths will be a…
DKconfig1249 config LV_FS_WIN32_PATH config
/lvgl-latest/src/
Dlv_conf_internal.h2626 #ifndef LV_FS_WIN32_PATH
2628 #define LV_FS_WIN32_PATH CONFIG_LV_FS_WIN32_PATH macro
2630 …#define LV_FS_WIN32_PATH "" /**< Set the working directory. File/directory paths will be a… macro
/lvgl-latest/docs/details/main-components/
Dfs.rst213 #define LV_FS_WIN32_PATH "/home/users/me/"
219 #define LV_FS_WIN32_PATH "C:/Users/me/"