Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DPreprocessor.h23 bool preprocessHeaders(const std::string& preprocessor_output_path, const std::string& source_dir,
Dversioner.cpp499 std::string preprocessor_output_path; in main() local
553 if (!preprocessor_output_path.empty()) { in main()
556 preprocessor_output_path = optarg; in main()
557 if (preprocessor_output_path.empty()) { in main()
692 if (!preprocessor_output_path.empty() && (force || !failed)) { in main()
693 failed = !preprocessHeaders(preprocessor_output_path, location.header_path, in main()