Home
last modified time | relevance | path

Searched refs:expected_output_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/tools/bisection_search/
H A Dbisection_search.py220 def __init__(self, script_path, expected_output_path, logfile): argument
229 self._expected_output_path = expected_output_path
/aosp12/system/tools/aidl/
H A Daidl_unittest.cpp3074 void Test(const Options& options, const std::string expected_output_path) { in Test() argument
3077 EXPECT_TRUE(io_delegate_.GetWrittenContents(expected_output_path, nullptr)); in Test()