Home
last modified time | relevance | path

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

/system/update_engine/common/
Dcpu_limiter.cc70 std::string string_shares = base::NumberToString(static_cast<int>(shares)); in SetCpuShares() local
71 LOG(INFO) << "Setting cgroup cpu shares to " << string_shares; in SetCpuShares()
73 kCGroupSharesPath, string_shares.c_str(), string_shares.size())) { in SetCpuShares()
74 LOG(ERROR) << "Failed to change cgroup cpu shares to " << string_shares in SetCpuShares()