OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preprocessor_output_path
(Results
1 - 2
of
2
) sorted by null
/bionic/tools/versioner/src/
Preprocessor.h
23
bool preprocessHeaders(const std::string&
preprocessor_output_path
, const std::string& source_dir,
versioner.cpp
502
std::string
preprocessor_output_path
;
local
553
if (!
preprocessor_output_path
.empty()) {
556
preprocessor_output_path
= optarg;
557
if (
preprocessor_output_path
.empty()) {
683
if (!
preprocessor_output_path
.empty() && (force || !failed)) {
684
failed = !preprocessHeaders(
preprocessor_output_path
, location.header_path,
Completed in 181 milliseconds