Searched refs:files_to_preprocess_ (Results 1 - 5 of 5) sorted by relevance

/system/tools/aidl/
H A Doptions.h55 std::vector<std::string> files_to_preprocess_; member in class:android::aidl::final
H A Daidl_unittest.cpp220 options.files_to_preprocess_.resize(2);
221 options.files_to_preprocess_[0] = "p/Outer.aidl";
222 options.files_to_preprocess_[1] = "one/IBar.aidl";
H A Doptions.cpp74 options->files_to_preprocess_.push_back(argv[i]);
H A Doptions_unittest.cpp103 EXPECT_EQ(expected_input, options->files_to_preprocess_);
H A Daidl.cpp707 for (const auto& file : options.files_to_preprocess_) {

Completed in 66 milliseconds