Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc244 if (Contains(properties_.strace_commands_, short_name)) { in StartSubprocesses()
329 strace_commands_ = std::move(strace); in StraceCommands()
Dprocess_monitor.h80 std::set<std::string> strace_commands_; variable