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

  /frameworks/native/cmds/installd/
otapreopt.cpp 252 // of them. We store them in package_parameters_ (size checks are done when
253 // parsing the special parameters and when copying into package_parameters_.
255 static_assert(DEXOPT_PARAM_COUNT == ARRAY_SIZE(package_parameters_),
280 // Copy the rest into package_parameters_, but be careful about over- and underflow.
284 package_parameters_[index] = argv[index + 3];
287 if (index != ARRAY_SIZE(package_parameters_) || argv[index + 3] != nullptr) {
308 if (package_parameters_[kISAIndex] == nullptr) {
312 const char* isa = package_parameters_[kISAIndex];
536 // of package_parameters_, but it beats postponing the decision or using the call-
540 CHECK(package_parameters_[kApkPathIndex] != nullptr)
718 const char* package_parameters_[DEXOPT_PARAM_COUNT]; member in class:android::installd::OTAPreoptService
    [all...]

Completed in 39 milliseconds