Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.cpp727 char bootdevice[PROPERTY_VALUE_MAX] = {0}; in gpt_utils_is_ufs_device() local
728 property_get("ro.boot.bootdevice", bootdevice, "N/A"); in gpt_utils_is_ufs_device()
729 if (strlen(bootdevice) < strlen(".ufshc") + 1) in gpt_utils_is_ufs_device()
731 return (!strncmp(&bootdevice[strlen(bootdevice) - strlen(".ufshc")], in gpt_utils_is_ufs_device()