Searched refs:FSID (Results 1 – 3 of 3) sorted by relevance
/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 __anoncc6ad3950111::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/python/cpython2/Mac/scripts/ |
D | errors.txt | 1529 -435 fsmDuplicateFSIDErr FSID already exists on InstallFS
|