/third_party/ninja/src/ |
D | disk_interface_test.cc | 208 TEST_F(DiskInterfaceTest, RemoveFile) { in TEST_F() argument 211 EXPECT_EQ(0, disk_.RemoveFile(kFileName)); in TEST_F() 212 EXPECT_EQ(1, disk_.RemoveFile(kFileName)); in TEST_F() 213 EXPECT_EQ(1, disk_.RemoveFile("does not exist")); in TEST_F() 217 EXPECT_EQ(0, disk_.RemoveFile(kFileName)); in TEST_F() 218 EXPECT_EQ(1, disk_.RemoveFile(kFileName)); in TEST_F() 225 EXPECT_EQ(0, disk_.RemoveFile(kDirectoryName)); in TEST_F() 226 EXPECT_EQ(1, disk_.RemoveFile(kDirectoryName)); in TEST_F() 227 EXPECT_EQ(1, disk_.RemoveFile("does not exist")); in TEST_F() 248 virtual int RemoveFile(const string& path) { in RemoveFile() function
|
D | disk_interface.h | 63 virtual int RemoveFile(const std::string& path) = 0; 83 virtual int RemoveFile(const std::string& path);
|
D | clean.cc | 38 int Cleaner::RemoveFile(const string& path) { in RemoveFile() function in Cleaner 39 return disk_interface_->RemoveFile(path); in RemoveFile() 63 int ret = RemoveFile(path); in Remove()
|
D | clean.h | 79 int RemoveFile(const std::string& path);
|
D | build.cc | 549 disk_interface_->RemoveFile((*o)->path()); in Cleanup() 552 disk_interface_->RemoveFile(depfile); in Cleanup() 831 disk_interface_->RemoveFile(rspfile); in FinishCommand() 911 if (disk_interface_->RemoveFile(depfile) < 0) { in ExtractDeps()
|
D | test.cc | 184 int VirtualFileSystem::RemoveFile(const string& path) { in RemoveFile() function in VirtualFileSystem
|
D | test.h | 152 virtual int RemoveFile(const std::string& path);
|
D | disk_interface.cc | 268 int RealDiskInterface::RemoveFile(const string& path) { in RemoveFile() function in RealDiskInterface
|
D | build_log_test.cc | 238 virtual int RemoveFile(const string& path) { in RemoveFile() function
|
D | build_test.cc | 1062 fs_.RemoveFile("bar.h"); in TEST_F() 1096 fs_.RemoveFile("oo.h"); in TEST_F() 1438 fs_.RemoveFile("B.d.stamp"); in TEST_F() 1733 fs_.RemoveFile("out3"); in TEST_F() 1787 fs_.RemoveFile("will.be.deleted"); in TEST_F()
|
D | graph_test.cc | 302 fs_.RemoveFile("out.o.d"); in TEST_F()
|
/third_party/python/Lib/msilib/ |
D | schema.py | 460 RemoveFile = Table('RemoveFile') variable 461 RemoveFile.add_field(1,'FileKey',11592) 462 RemoveFile.add_field(2,'Component_',3400) 463 RemoveFile.add_field(3,'FileName',8191) 464 RemoveFile.add_field(4,'DirProperty',3400) 465 RemoveFile.add_field(5,'InstallMode',1282) 580 …ch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, …
|
/third_party/cef/include/wrapper/ |
D | cef_zip_archive.h | 126 bool RemoveFile(const CefString& fileName);
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIO.h | 60 void RemoveFile(const std::string &Path);
|
D | FuzzerMerge.cpp | 226 RemoveFile(CFPath); in CrashResistantMerge() 258 RemoveFile(CFPath); in CrashResistantMerge()
|
D | FuzzerIOPosix.cpp | 74 void RemoveFile(const std::string &Path) { in RemoveFile() function
|
D | FuzzerIOWindows.cpp | 138 void RemoveFile(const std::string &Path) { in RemoveFile() function
|
D | FuzzerCorpus.h | 122 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteInput()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_zip_archive.cc | 157 bool CefZipArchive::RemoveFile(const CefString& fileName) { in RemoveFile() function in CefZipArchive
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 210 bpo-27452: Cleanup config.py by inlining RemoveFile and simplifying
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 5273 Cleanup ``config.py`` by inlining ``RemoveFile`` and simplifying the
|