HomeSort by relevance Sort by last modified time
    Searched refs:maximize_rlimits (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/process/
launch.h 134 const std::vector<int>* maximize_rlimits = nullptr; member in struct:base::LaunchOptions
launch_posix.cc 412 if (options.maximize_rlimits) {
414 for (size_t i = 0; i < options.maximize_rlimits->size(); ++i) {
415 const int resource = (*options.maximize_rlimits)[i];

Completed in 90 milliseconds