Searched refs:kSystemVintfDir (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/libvintf/test/ |
H A D | vintf_object_tests.cpp | 653 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in TEST_F() 661 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml"s, in TEST_F() 663 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml"s, in TEST_F() 674 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in TEST_F() 687 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml"s, in TEST_F() 689 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml"s, in TEST_F() 945 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in SetUp() 953 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.1.xml"s, systemMatrixLevel1); in SetUp() 954 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.2.xml"s, systemMatrixLevel2); in SetUp() 1113 SetUpMockMatrices(kSystemVintfDir, xmls); in SetUpMockSystemMatrices()
|
/aosp12/system/libvintf/ |
H A D | constants-private.h | 35 constexpr const char* kSystemVintfDir = SYSTEM_VINTF_DIR; variable
|
H A D | VintfObject.cpp | 197 *error = "No framework compatibility matrix files under "s + kSystemVintfDir + in getCombinedFrameworkMatrix() 485 kSystemVintfDir, in getAllFrameworkMatrixLevels() 513 if (dir == kSystemVintfDir && results->empty()) { in getAllFrameworkMatrixLevels() 648 kSystemVintfDir, in dumpFileList() 972 if (android::base::StartsWith(namedMatrix.fileName(), kSystemVintfDir) && in hasFrameworkCompatibilityMatrixExtensions()
|