Searched refs:FSID (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/unittests/Host/ |
D | FileSystemTest.cpp | 36 int FSID; // used to produce UniqueIDs member in __anon7e4cd0180111::DummyFileSystem 47 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {} in DummyFileSystem() 136 vfs::Status S(Path, UniqueID(FSID, FileID++), in addRegularFile() 143 vfs::Status S(Path, UniqueID(FSID, FileID++), in addDirectory() 150 vfs::Status S(Path, UniqueID(FSID, FileID++), in addSymlink()
|
/external/clang/lib/AST/ |
D | DeclarationName.cpp | 71 void Profile(llvm::FoldingSetNodeID &FSID) { in Profile() argument 72 FSID.AddPointer(ID); in Profile()
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 38 int FSID; // used to produce UniqueIDs member in __anon1373c97c0111::DummyFileSystem 48 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {} in DummyFileSystem() 119 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0, in addRegularFile() 125 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0, in addDirectory() 131 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0, in addSymlink()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclarationName.h | 134 void Profile(llvm::FoldingSetNodeID &FSID) { FSID.AddPointer(ID); } in Profile() argument
|
/external/llvm-project/llvm/unittests/Support/ |
D | VirtualFileSystemTest.cpp | 46 int FSID; // used to produce UniqueIDs member in __anon47feb29b0111::DummyFileSystem 58 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {} in DummyFileSystem() 155 vfs::Status S(Path, UniqueID(FSID, FileID++), in addRegularFile() 162 vfs::Status S(Path, UniqueID(FSID, FileID++), in addDirectory() 169 vfs::Status S(Path, UniqueID(FSID, FileID++), in addSymlink()
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1529 -435 fsmDuplicateFSIDErr FSID already exists on InstallFS
|