Searched refs:kBootClassPathPropertyName (Results 1 – 1 of 1) sorted by relevance
225 if (system_properties_.GetProperty(kBootClassPathPropertyName) == nullptr) { in ReadEnvironment()228 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName); in ReadEnvironment()740 static constexpr const char* kBootClassPathPropertyName = "BOOTCLASSPATH"; member in android::installd::OTAPreoptService