Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp230 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