Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl.h85 bool parse_preprocessed_file(const IoDelegate& io_delegate, const std::string& filename,
H A Daidl.cpp405 bool parse_preprocessed_file(const IoDelegate& io_delegate, const string& filename, in parse_preprocessed_file() function
491 if (!parse_preprocessed_file(io_delegate, s, typenames)) { in load_and_validate_aidl()
H A Daidl_unittest.cpp41 using android::aidl::internals::parse_preprocessed_file;
679 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &typenames_)); in TEST_F()
689 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &typenames_)); in TEST_F()