Searched refs:GetCommandLine (Results 1 – 13 of 13) sorted by relevance
14 std::string ProcessInformation::GetCommandLine() { in GetCommandLine() function in brillo::ProcessInformation
23 std::string GetCommandLine();
55 cmd_line = self._platform_backend.GetCommandLine(pid)
36 self._platform_backend.GetCommandLine(self._pid)
176 not self._platform_backend.GetCommandLine(self._pid)):
105 not self._platform_backend.GetCommandLine(self._pid)):
82 def GetCommandLine(self, pid): member in PosixPlatformBackend
161 def GetCommandLine(self, pid): member in PlatformBackend
135 def GetCommandLine(self, pid): member in CrosPlatformBackend
218 def GetCommandLine(self, pid): member in WinPlatformBackend
285 def GetCommandLine(self, pid): member in AndroidPlatformBackend
269 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()
120 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)