Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_posix.c117 lv_snprintf(buf, sizeof(buf), LV_FS_POSIX_PATH "%s", path); in fs_open()
269 lv_snprintf(buf, sizeof(buf), LV_FS_POSIX_PATH "%s", path); in fs_dir_open()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h789 …#define LV_FS_POSIX_PATH "" /**< Set the working directory. File/directory paths will be a… macro
/lvgl-latest/
Dlv_conf_template.h812 …#define LV_FS_POSIX_PATH "" /**< Set the working directory. File/directory paths will be a…
DKconfig1235 config LV_FS_POSIX_PATH config
/lvgl-latest/src/
Dlv_conf_internal.h2594 #ifndef LV_FS_POSIX_PATH
2596 #define LV_FS_POSIX_PATH CONFIG_LV_FS_POSIX_PATH macro
2598 …#define LV_FS_POSIX_PATH "" /**< Set the working directory. File/directory paths will be a… macro