Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h389 extern const std::string kSystemManifestFragmentDir;
/system/libvintf/
DVintfObject.cpp386 auto dirStatus = addDirectoryManifests(kSystemManifestFragmentDir, out, error); in fetchFrameworkHalManifest()
612 const std::string kSystemManifestFragmentDir = kSystemVintfDir + "manifest/"; variable
/system/libvintf/test/
Dvintf_object_tests.cpp1541 expectFragment(kSystemManifestFragmentDir, "ISystemEtcFragment", std::get<1>(GetParam())); in TEST_P()