ppsspp/Common/File
Henrik Rydgård 081bdb323a Fix running some file formats from the Downloads folder
Due to how we mount stuff, we need to be able to navigate one step up
from the executable, and then re-attach the executable filename. To
allow this, in content URIs, treat ':' as a directory separator for
navigation purposes.

End result, you can now download cube.elf from the website and run it directly
from Downloads without using a file manager to move it.
2023-05-16 16:44:28 +02:00
..
VFS Disable excessive logging 2023-05-02 11:40:50 +02:00
AndroidContentURI.cpp Fix running some file formats from the Downloads folder 2023-05-16 16:44:28 +02:00
AndroidContentURI.h Fix running some file formats from the Downloads folder 2023-05-16 16:44:28 +02:00
AndroidStorage.cpp Turn the VFS into a class, to be able to reuse it for other purposes. 2023-03-06 16:42:47 +01:00
AndroidStorage.h Android: Differentiate empty dir from failure. 2022-10-09 14:42:31 -07:00
DirListing.cpp Don't use PPSSPP-specific stuff in Common/VR for now. 2022-10-17 23:13:43 +02:00
DirListing.h Use a vector internally in VFS. 2023-03-06 16:42:50 +01:00
DiskFree.cpp Build: Use cinttypes not inttypes.h. 2022-06-17 22:58:30 -07:00
DiskFree.h Get the new setup flow going, with a confirmation dialog etc. 2021-08-04 23:22:43 +02:00
FileDescriptor.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
FileDescriptor.h Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
FileUtil.cpp AndroidContentURI: Move code from the header to cpp. Some assorted cleanup, add a unit test for Download paths 2023-05-16 16:08:51 +02:00
FileUtil.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
Path.cpp AndroidContentURI: Move code from the header to cpp. Some assorted cleanup, add a unit test for Download paths 2023-05-16 16:08:51 +02:00
Path.h AndroidContentURI: Move code from the header to cpp. Some assorted cleanup, add a unit test for Download paths 2023-05-16 16:08:51 +02:00
PathBrowser.cpp AndroidContentURI: Move code from the header to cpp. Some assorted cleanup, add a unit test for Download paths 2023-05-16 16:08:51 +02:00
PathBrowser.h UI: Fix reverse-dependency in PathBrowser. 2022-12-27 15:08:57 -08:00