Searched defs:RemoveFile (Results 1 – 11 of 11) sorted by relevance
74 void RemoveFile(const std::string &Path) { in RemoveFile() function
138 void RemoveFile(const std::string &Path) { in RemoveFile() function
208 TEST_F(DiskInterfaceTest, RemoveFile) { in TEST_F() argument248 virtual int RemoveFile(const string& path) { in RemoveFile() function
184 int VirtualFileSystem::RemoveFile(const string& path) { in RemoveFile() function in VirtualFileSystem
268 int RealDiskInterface::RemoveFile(const string& path) { in RemoveFile() function in RealDiskInterface
38 int Cleaner::RemoveFile(const string& path) { in RemoveFile() function in Cleaner
238 virtual int RemoveFile(const string& path) { in RemoveFile() function
460 RemoveFile = Table('RemoveFile') variable
85 def RemoveFile(self, path): member in FakeMBW
1203 def RemoveFile(self, path): member in MetaBuildWrapper
219 def RemoveFile(self, file): member in FileContentsCache