Home | History | Annotate | Download | only in Basic

Lines Matching refs:statCache

122   FakeStatCache *statCache = new FakeStatCache;
123 statCache->InjectDirectory("/tmp", 42);
124 statCache->InjectFile("/tmp/test", 43);
129 statCache->InjectDirectory(DirName, 44);
130 statCache->InjectFile(FileName, 45);
133 manager.addStatCache(statCache);
173 FakeStatCache *statCache = new FakeStatCache;
174 statCache->InjectDirectory(".", 41);
175 statCache->InjectFile("foo.cpp", 42);
176 statCache->InjectFile("bar.cpp", 43);
177 manager.addStatCache(statCache);
190 FakeStatCache *statCache = new FakeStatCache;
191 statCache->InjectDirectory(".", 41);
192 statCache->InjectFile("foo.cpp", 42);
193 manager.addStatCache(statCache);
209 FakeStatCache *statCache = new FakeStatCache;
210 statCache->InjectDirectory("abc", 41);
211 statCache->InjectFile("abc/foo.cpp", 42);
212 statCache->InjectFile("abc/bar.cpp", 42);
213 manager.addStatCache(statCache);
222 FakeStatCache *statCache = new FakeStatCache;
223 statCache->InjectDirectory("abc", 41);
224 statCache->InjectFile("abc/foo.cpp", 42);
225 statCache->InjectFile("abc/bar.cpp", 42);
226 manager.addStatCache(statCache);