Lines Matching refs:file
8 to provide an abstraction layer for various file system drivers.
16 - MEMFS (read a file from a memory buffer)
31 files using that driver letter. E.g. ``"S:path/to/file.txt"``.
37 which allows skipping the drive prefix in file paths.
39 …V_FS_DEFAULT_DRIVER_LETTER`` is set the ``'S'`` *"path/to/file.txt"* will mean *"S:path/to/file.tx…
41 … you have only a single driver and don't want to bother with LVGL's driver layer in the file paths.
42 It also helps to use a unified path with LVGL's file system and normal file systems.
46 ``"/home/joe/projects/"`` The actual file/directory paths will be
56 To use the memory-mapped file emulation an ``lv_fs_path_ex_t`` object must be
58 the file name:
63 lv_fs_file_t file;
71 lv_fs_res_t res = lv_fs_open(&file, (const char *)&mempath, LV_FS_MODE_RD);