Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dtest_data.h27 extern const char kJavaOutputPath[];
66 extern const char kJavaOutputPath[];
Dend_to_end_tests.cpp80 options.output_file_name_ = kJavaOutputPath; in TEST_F()
91 CheckFileContents(kJavaOutputPath, kExpectedJavaOutput); in TEST_F()
145 const string output_file = kJavaOutputPath; in TEST_F()
161 CheckFileContents(kJavaOutputPath, kExpectedJavaOutput); in TEST_F()
Dtest_data_example_interface.cpp26 const char kJavaOutputPath[] = "some/path/to/output.java"; variable
Dtest_data_string_constants.cpp33 const char kJavaOutputPath[] = "some/path/to/output.java"; variable