Searched refs:LV_FS_STDIO_PATH (Results 1 – 4 of 4) sorted by relevance
118 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_open()213 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s", path); in fs_dir_open()226 lv_snprintf(buf, sizeof(buf), LV_FS_STDIO_PATH "%s\\*", path); in fs_dir_open()
607 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe…
910 config LV_FS_STDIO_PATH config
1977 #ifndef LV_FS_STDIO_PATH1979 #define LV_FS_STDIO_PATH CONFIG_LV_FS_STDIO_PATH macro1981 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe… macro