blob: 7b1e2fdf8ea5d5d1895a40aedcdd51a1c90ea580 (
plain) (
blame)
1
2
3
4
5
|
Resolve paths passed to VFS/HLE to canonical
Find all VFS HLE routines, such as
EmulatedFDManager::OpenAt() and resolve path arguments to canonical form before using in map<path,fd>
Currently only absolute paths that match perfectly will work.
|