Lines Matching refs:letter
9 identifier letter. For example, if an SD card is associated with the letter
15 If you want to skip the drive-letter prefix in Unix-like paths, you can use the
34 As mentioned above, a file system is identified by an assigned identifier letter.
40 You register a driver for your file system and assign it an identifier letter. This
41 letter must be unique among all registered file-system drivers, and in the range [A-Z]
49 Do not confuse this with a Windows or DOS drive letter.
53 Let's use the letter 'Z' as the identifier character, and "path_to_file" as the path,
107 drv.letter = 'S'; /* An uppercase letter to identify the drive */
141 ``path`` is the path after the drive letter (e.g. "S:path/to/file.txt" -> "path/to/file.txt").
175 If you use more than one, each associated identifier letter you use must be unique.
206 prefix the path with the driver-identifier letter, and do append a directory