Home
last modified time | relevance | path

Searched refs:removed_files_ (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/tests/
Dfake_io_delegate.cpp79 removed_files_.erase(file_path); in GetCodeWriter()
85 removed_files_.insert(file_path); in RemovePath()
164 if (removed_files_.count(path) > 0) { in PathWasRemoved()
Dfake_io_delegate.h83 mutable std::set<std::string> removed_files_; variable