HomeSort by relevance Sort by last modified time
    Searched full:environ_ (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/installd/
otapreopt.cpp 301 environ_.push_back(StringPrintf("BOOTCLASSPATH=%s", boot_classpath_.c_str()));
302 environ_.push_back(StringPrintf("ANDROID_DATA=%s", GetOTADataDirectory().c_str()));
303 environ_.push_back(StringPrintf("ANDROID_ROOT=%s", android_root_.c_str()));
305 for (const std::string& e : environ_) {
760 std::vector<std::string> environ_; member in class:android::installd::OTAPreoptService
    [all...]

Completed in 2043 milliseconds