Searched refs:Cleaner (Results 1 - 6 of 6) sorted by relevance
/third_party/ninja/src/ |
H A D | clean.cc | 27 Cleaner::Cleaner(State* state, in Cleaner() function in Cleaner 38 int Cleaner::RemoveFile(const string& path) { in RemoveFile() 42 bool Cleaner::FileExists(const string& path) { in FileExists() 50 void Cleaner::Report(const string& path) { in Report() 56 void Cleaner::Remove(const string& path) { in Remove() 72 bool Cleaner::IsAlreadyRemoved(const string& path) { in IsAlreadyRemoved() 77 void Cleaner::RemoveEdgeFiles(Edge* edge) { in RemoveEdgeFiles() 87 void Cleaner::PrintHeader() { in PrintHeader() 98 void Cleaner [all...] |
H A D | clean_test.cc | 50 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 82 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 113 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 145 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 178 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 212 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 242 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 263 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 278 Cleaner cleaner(&state_, config_, &fs_); in TEST_F() 293 Cleaner cleane in TEST_F() [all...] |
H A D | clean.h | 30 struct Cleaner { struct 32 Cleaner(State* state,
|
H A D | ninja.cc | 871 Cleaner cleaner(&state_, config_, &disk_interface_);
in ToolClean() 883 Cleaner cleaner(&state_, config_, &disk_interface_);
in ToolCleanDead()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | noAsConstNameLookup.js | 5 export type Cleaner = <W extends Store>(runner: FeatureRunner<W>) => Promise<any> 8 private readonly cleaners: Cleaner[] = []
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 3922 class Cleaner(IntEnum): class 4047 class Cleaner(IntEnum): class
|
Completed in 14 milliseconds