Home
last modified time | relevance | path

Searched refs:parse_preprocessed_file (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl.h63 bool parse_preprocessed_file(const IoDelegate& io_delegate, const std::string& filename,
Daidl_unittest.cpp40 using android::aidl::internals::parse_preprocessed_file;
272 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &java_types_, java_types_.typenames_)); in TEST_F()
281 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &java_types_, java_types_.typenames_)); in TEST_F()
Daidl.cpp406 bool parse_preprocessed_file(const IoDelegate& io_delegate, const string& filename, in parse_preprocessed_file() function
493 if (!parse_preprocessed_file(io_delegate, s, types, types->typenames_)) { in load_and_validate_aidl()