Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc73 std::string proc_status_path = "/proc/" + each_id; in MoveThreadsToCgroup() local
74 proc_status_path.append("/status"); in MoveThreadsToCgroup()
75 Result<std::string> proc_status = ReadFileContents(proc_status_path); in MoveThreadsToCgroup()
78 << proc_status_path; in MoveThreadsToCgroup()