Eliminating Android wrapfs "hackery"
Eliminating Android wrapfs "hackery"
Posted Apr 6, 2017 6:03 UTC (Thu) by dtlin (subscriber, #36537)In reply to: Eliminating Android wrapfs "hackery" by ringerc
Parent article: Eliminating Android wrapfs "hackery"
Can't case-fold everything if you need both case-insensitive and case-preserving, e.g. if you create a new foo.DAT file, readdir returns foo.DAT, not FOO.DAT or foo.dat, although those can be used to open the same file.