Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions.h44 std::string DependencyFilePath() const;
84 std::string DependencyFilePath() const { return dep_file_name_; } in DependencyFilePath() function
Doptions.cpp174 string JavaOptions::DependencyFilePath() const { in DependencyFilePath() function in android::aidl::JavaOptions
Daidl.cpp261 string dep_file_name = options.DependencyFilePath(); in write_java_dep_file()
290 string dep_file_name = options.DependencyFilePath(); in write_cpp_dep_file()
/system/tools/aidl/tests/
Dend_to_end_tests.cpp92 CheckFileContents(options.DependencyFilePath(), kExpectedJavaDepsOutput); in TEST_F()
117 CheckFileContents(options->DependencyFilePath(), kExpectedCppDepsOutput); in TEST_F()