Searched refs:kBuildType (Results 1 – 4 of 4) sorted by relevance
57 constexpr char kBuildType[] = "ro.build.type"; variable
56 constexpr char kBuildType[] = "ro.build.type"; variable
86 if (GetProperty(kBuildType, "") == "user") return "user"; in getVendorFunctions()
92 if (GetProperty(kBuildType, "") == "user") in getVendorFunctions()