Searched refs:GetInstance (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelNode.cpp15 = static_cast<HaikuKernelFileSystem*>(FileSystem::GetInstance());
H A Dhaiku_kernel_emu.cpp469 FileSystem::GetInstance()->VolumeWithID(mountID));
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_main.cpp93 return (fuse_chan*)FUSEFileSystem::GetInstance();
124 status_t error = FUSEFileSystem::GetInstance()->FinishInitClientFS(&config,
127 return error == B_OK ? (struct fuse*)FUSEFileSystem::GetInstance() : NULL;
141 status_t error = FUSEFileSystem::GetInstance()->MainLoop(false);
149 status_t error = FUSEFileSystem::GetInstance()->MainLoop(true);
H A DFUSEFileSystem.h23 static FUSEFileSystem* GetInstance();
87 FUSEFileSystem::GetInstance() function in class:FUSEFileSystem
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp32 FileSystem::GetInstance() function in class:FileSystem
H A DFileSystem.h29 static FileSystem* GetInstance();
H A Dkernel_emu.cpp451 Volume* volume = FileSystem::GetInstance()->VolumeWithID(nsid);
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.h17 static AssertStatistics* GetInstance();
H A DPointerListTest.cpp23 AssertStatistics* AssertStatistics::GetInstance() function in class:AssertStatistics
43 AssertStatistics::GetInstance()->AssertFailed(); \
46 AssertStatistics::GetInstance()->AssertPassed(); \
510 AssertStatistics::GetInstance()->Print();
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp224 = static_cast<BeOSKernelFileSystem*>(FileSystem::GetInstance());

Completed in 177 milliseconds