Searched refs:RootFileSystem (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp7 #include "RootFileSystem.h"
15 RootFileSystem::RootFileSystem() function in class:RootFileSystem
20 RootFileSystem::~RootFileSystem()
32 RootFileSystem::Open(void **_cookie, int mode)
45 RootFileSystem::Close(void *cookie)
53 RootFileSystem::LookupDontTraverse(const char* name)
87 RootFileSystem::GetNextEntry(void *_cookie, char *name, size_t size)
101 RootFileSystem
[all...]
H A DRootFileSystem.h15 class RootFileSystem : public Directory { class in inherits:Directory
17 RootFileSystem();
18 virtual ~RootFileSystem();
48 extern RootFileSystem *gRoot;
H A Dvfs.cpp28 #include "RootFileSystem.h"
83 RootFileSystem *gRoot;
609 gRoot = new(nothrow) RootFileSystem();
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp7 #include "RootFileSystem.h"
23 extern RootFileSystem *gRoot;

Completed in 102 milliseconds