Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp76 if (broken_files_.count(file_path) > 0) { in GetCodeWriter()
141 broken_files_.insert(path); in AddBrokenFilePath()
H A Dfake_io_delegate.h82 std::set<std::string> broken_files_; variable