Searched refs:parse_preprocessed_file (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl.h | 85 bool parse_preprocessed_file(const IoDelegate& io_delegate, const std::string& filename,
|
H A D | aidl.cpp | 405 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 D | aidl_unittest.cpp | 41 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()
|