Searched refs:tasks_filepath (Results 1 – 1 of 1) sorted by relevance
51 FilePath tasks_filepath = cgroup_directory.Append(FILE_PATH_LITERAL("tasks")); in SetThreadCgroup() local53 int bytes_written = WriteFile(tasks_filepath, tid.c_str(), tid.size()); in SetThreadCgroup()55 DVLOG(1) << "Failed to add " << tid << " to " << tasks_filepath.value(); in SetThreadCgroup()