Searched refs:LV_FS_STDIO_PATH (Results 1 – 5 of 5) sorted by relevance
117 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_open()212 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_dir_open()225 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s\\*", path); in fs_dir_open()
608 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe… macro
615 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe…
921 config LV_FS_STDIO_PATH config
1997 #ifndef LV_FS_STDIO_PATH1999 #define LV_FS_STDIO_PATH CONFIG_LV_FS_STDIO_PATH macro2001 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe… macro