Searched refs:DependencyFilePath (Results 1 - 4 of 4) sorted by relevance

/system/tools/aidl/
H A Doptions.h44 std::string DependencyFilePath() const;
87 std::string DependencyFilePath() const { return dep_file_name_; } function in class:android::aidl::final
H A Doptions.cpp178 string JavaOptions::DependencyFilePath() const { function in class:android::aidl::JavaOptions
H A Daidl.cpp271 string dep_file_name = options.DependencyFilePath();
301 string dep_file_name = options.DependencyFilePath();
/system/tools/aidl/tests/
H A Dend_to_end_tests.cpp92 CheckFileContents(options.DependencyFilePath(), kExpectedJavaDepsOutput);
117 CheckFileContents(options->DependencyFilePath(), kExpectedCppDepsOutput);

Completed in 64 milliseconds