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.cpp78 removed_files_.erase(file_path); in GetCodeWriter()
84 removed_files_.insert(file_path); in RemovePath()
155 if (removed_files_.count(path) > 0) { in PathWasRemoved()
Dfake_io_delegate.h79 mutable std::set<std::string> removed_files_; variable