Lines Matching refs:kSystemVintfDir
734 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in TEST_F()
742 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml"s, in TEST_F()
744 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml"s, in TEST_F()
755 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in TEST_F()
768 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml"s, in TEST_F()
770 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml"s, in TEST_F()
1304 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in SetUp()
1312 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.1.xml"s, systemMatrixLevel1); in SetUp()
1313 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.2.xml"s, systemMatrixLevel2); in SetUp()
1491 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in SetUp()
1499 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.1.xml"s, in SetUp()
1519 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.2.xml"s, in SetUp()
1585 SetUpMockMatrices(kSystemVintfDir, xmls); in SetUpMockSystemMatrices()