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