Searched refs:LV_FS_STDIO_PATH (Results 1 – 5 of 5) sorted by relevance
120 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_open()230 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_dir_open()243 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s\\*", path); in fs_dir_open()
782 …#define LV_FS_STDIO_PATH "" /**< Set the working directory. File/directory paths will be a… macro
804 …#define LV_FS_STDIO_PATH "" /**< Set the working directory. File/directory paths will be a…
1221 config LV_FS_STDIO_PATH config
2562 #ifndef LV_FS_STDIO_PATH2564 #define LV_FS_STDIO_PATH CONFIG_LV_FS_STDIO_PATH macro2566 …#define LV_FS_STDIO_PATH "" /**< Set the working directory. File/directory paths will be a… macro