add file.create_memory_device, app.create_memory_device

This commit is contained in:
MihailRis
2025-11-16 18:13:53 +03:00
parent 654267f2d4
commit 0c517709a1
4 changed files with 40 additions and 4 deletions
+1
View File
@@ -58,6 +58,7 @@ public:
void unmount(const std::string& name);
std::string createWriteableDevice(const std::string& name);
std::string createMemoryDevice();
void setEntryPoints(std::vector<PathsRoot> entryPoints);