Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.h85 bool parse_preprocessed_file(const IoDelegate& io_delegate, const std::string& filename,
Daidl.cpp352 bool parse_preprocessed_file(const IoDelegate& io_delegate, const string& filename, in parse_preprocessed_file() function
439 if (!parse_preprocessed_file(io_delegate, s, typenames)) { in load_and_validate_aidl()
Daidl_unittest.cpp35 using android::aidl::internals::parse_preprocessed_file;
554 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &typenames_)); in TEST_F()
564 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &typenames_)); in TEST_F()