Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/fsdrv/
Dlv_fs_win32.c222 lv_snprintf(buf, sizeof(buf), LV_FS_WIN32_PATH "%s", path); in fs_open()
369 #ifdef LV_FS_WIN32_PATH in fs_dir_open()
370 lv_snprintf(buf, sizeof(buf), LV_FS_WIN32_PATH "%s\\*", path); in fs_dir_open()
/lvgl-3.6.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h621 …#define LV_FS_WIN32_PATH "" /*Set the working directory. File/directory paths will be appe… macro
/lvgl-3.6.0/
Dlv_conf_template.h631 …#define LV_FS_WIN32_PATH "" /*Set the working directory. File/directory paths will be appe…
DKconfig949 config LV_FS_WIN32_PATH config
/lvgl-3.6.0/src/
Dlv_conf_internal.h2061 #ifndef LV_FS_WIN32_PATH
2063 #define LV_FS_WIN32_PATH CONFIG_LV_FS_WIN32_PATH macro
2065 …#define LV_FS_WIN32_PATH "" /*Set the working directory. File/directory paths will be appe… macro