Home
last modified time | relevance | path

Searched refs:getNextFSID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp41 static int getNextFSID() { in getNextFSID() function in __anonef9ab2f10111::DummyFileSystem
47 DummyFileSystem() : FSID(getNextFSID()) {} in DummyFileSystem()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp52 static int getNextFSID() { in getNextFSID() function in __anon6124b8b40111::DummyFileSystem
58 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {} in DummyFileSystem()