OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputCppFilePath
(Results
1 - 4
of
4
) sorted by null
/system/tools/aidl/
options.h
94
std::string
OutputCppFilePath
() const { return output_file_name_; }
options_unittest.cpp
161
EXPECT_EQ(kCompileCommandCppOutput, options->
OutputCppFilePath
());
173
EXPECT_EQ(kCompileCommandCppOutput, options->
OutputCppFilePath
());
generate_cpp.cpp
871
options.
OutputCppFilePath
());
878
io_delegate.RemovePath(options.
OutputCppFilePath
());
aidl.cpp
318
write_common_dep_file(options.
OutputCppFilePath
(), source_aidl, writer.get(),
Completed in 174 milliseconds