Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc86 std::string to_path_file = to_path + "/cgroup.threads"; in MoveThreadsToCgroup() local
87 SharedFD fd = SharedFD::Open(to_path_file, O_WRONLY | O_APPEND); in MoveThreadsToCgroup()
89 "failed to open " << to_path_file << ": " << fd->StrError()); in MoveThreadsToCgroup()
91 return CF_ERR("failed to write to" << to_path_file); in MoveThreadsToCgroup()