HomeSort by relevance Sort by last modified time
    Searched defs:CheckCompatibility (Results 1 - 2 of 2) sorted by null

  /system/libvintf/
VintfObjectRecovery.cpp 81 int32_t VintfObjectRecovery::CheckCompatibility(
84 return details::checkCompatibility(xmls, true /* mount */, mounter, error);
VintfObject.cpp 426 int32_t checkCompatibility(const std::vector<std::string>& xmls, bool mount,
517 if (!updated.dev.manifest->checkCompatibility(*updated.fwk.matrix, error)) {
524 if (!updated.fwk.manifest->checkCompatibility(*updated.dev.matrix, error)) {
533 if (!updated.runtimeInfo->checkCompatibility(*updated.fwk.matrix, error, disabledChecks)) {
572 int32_t VintfObject::CheckCompatibility(const std::vector<std::string>& xmls, std::string* error,
574 return details::checkCompatibility(xmls, false /* mount */, *details::gPartitionMounter, error,

Completed in 61 milliseconds