Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp251 auto argv_result = GetCmdArgs(pid); in CollectPidsByArgv0() local
252 if (!argv_result.ok()) { in CollectPidsByArgv0()
255 if (argv_result->empty()) { in CollectPidsByArgv0()
258 if (argv_result->front() == expected_argv0) { in CollectPidsByArgv0()