Searched defs:OutputHandler (Results 1 – 1 of 1) sorted by relevance
120 struct OutputHandler { struct121 using ValidationFunction = std::function<bool(124 std::string mKey; // -L in Android.bp125 std::string mDescription; // for display in help menu126 OutputMode mOutputMode; // how this option interacts with -o127 Coordinator::Location mLocation; // how to compute location relative to the output directory128 GenerationGranularity mGenerationGranularity; // what to run generate function on129 ValidationFunction mValidate; // if a given fqName is allowed for this option130 std::vector<FileGenerator> mGenerateFunctions; // run for each target at this granularity132 const std::string& name() const { return mKey; } in name()[all …]