Home
last modified time | relevance | path

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

/system/libvintf/
Dconstants-private.h38 constexpr const char* kSystemVintfDir = SYSTEM_VINTF_DIR; variable
DVintfObject.cpp218 *error = "No framework compatibility matrix files under "s + kSystemVintfDir + in getCombinedFrameworkMatrix()
587 kSystemVintfDir, in getAllFrameworkMatrixLevels()
618 if (dir == kSystemVintfDir && results->empty()) { in getAllFrameworkMatrixLevels()
753 kSystemVintfDir, in dumpFileList()
1087 if (android::base::StartsWith(namedMatrix.fileName(), kSystemVintfDir) && in hasFrameworkCompatibilityMatrixExtensions()
/system/libvintf/test/
Dvintf_object_tests.cpp734 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()
[all …]