Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp597 expectFileNotExist(StrEq(kProductMatrix)); in TEST_F()
616 *out = {android::base::Basename(kProductMatrix)}; in TEST_F()
623 expectFetch(kProductMatrix, in TEST_F()
887 expectFileNotExist(StrEq(kProductMatrix)); in SetUp()
/system/libvintf/include/vintf/
DVintfObject.h385 extern const std::string kProductMatrix;
/system/libvintf/
DVintfObject.cpp607 const std::string kProductMatrix = kProductVintfDir + "compatibility_matrix.xml"; variable