HomeSort by relevance Sort by last modified time
    Searched refs:files_to_preprocess_ (Results 1 - 5 of 5) sorted by null

  /system/tools/aidl/
options.h 55 std::vector<std::string> files_to_preprocess_; member in class:android::aidl::final
aidl_unittest.cpp 220 options.files_to_preprocess_.resize(2);
221 options.files_to_preprocess_[0] = "p/Outer.aidl";
222 options.files_to_preprocess_[1] = "one/IBar.aidl";
options.cpp 74 options->files_to_preprocess_.push_back(argv[i]);
options_unittest.cpp 103 EXPECT_EQ(expected_input, options->files_to_preprocess_);
aidl.cpp 707 for (const auto& file : options.files_to_preprocess_) {

Completed in 265 milliseconds