Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/fsdrv/
Dlv_fs_win32.c221 lv_snprintf(buf, sizeof(buf), LV_FS_WIN32_PATH "%s", path); in fs_open()
368 #ifdef LV_FS_WIN32_PATH in fs_dir_open()
369 lv_snprintf(buf, sizeof(buf), LV_FS_WIN32_PATH "%s\\*", path); in fs_dir_open()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h624 …#define LV_FS_WIN32_PATH "" /*Set the working directory. File/directory paths will be appe… macro
/lvgl-latest/
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-latest/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