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

  /system/libvintf/
VintfObjectRecovery.cpp 82 int32_t VintfObjectRecovery::CheckCompatibility(
85 return details::checkCompatibility(xmls, true /* mount */, mounter, error);
VintfObject.cpp 175 int32_t checkCompatibility(const std::vector<std::string>& xmls, bool mount,
264 if (!updated.dev.manifest->checkCompatibility(*updated.fwk.matrix, error)) {
272 if (!updated.fwk.manifest->checkCompatibility(*updated.dev.matrix, error)) {
280 if (!updated.runtimeInfo->checkCompatibility(*updated.fwk.matrix, error, disabledChecks)) {
294 int32_t VintfObject::CheckCompatibility(const std::vector<std::string>& xmls, std::string* error,
296 return details::checkCompatibility(xmls, false /* mount */, *details::gPartitionMounter, error,

Completed in 532 milliseconds