Searched refs:to_path_file (Results 1 – 1 of 1) sorted by relevance
86 std::string to_path_file = to_path + "/cgroup.threads"; in MoveThreadsToCgroup() local87 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()