Home
last modified time | relevance | path

Searched defs:exec_path (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/server_command/
Drestart.cpp182 std::optional<std::string> exec_path; member
206 std::optional<std::string> exec_path; in Parse() local
218 const std::string& exec_path) { in NewExecFromPath()
/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp173 Result<std::vector<pid_t>> CollectPidsByExecPath(const std::string& exec_path, in CollectPidsByExecPath()