Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dprocess_information.cc14 std::string ProcessInformation::GetCommandLine() { in GetCommandLine() function in brillo::ProcessInformation
Dprocess_information.h23 std::string GetCommandLine();
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
D__init__.py55 cmd_line = self._platform_backend.GetCommandLine(pid)
Dvtune_profiler.py36 self._platform_backend.GetCommandLine(self._pid)
Dstrace_profiler.py176 not self._platform_backend.GetCommandLine(self._pid)):
Dperf_profiler.py105 not self._platform_backend.GetCommandLine(self._pid)):
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dposix_platform_backend.py82 def GetCommandLine(self, pid): member in PosixPlatformBackend
Dplatform_backend.py161 def GetCommandLine(self, pid): member in PlatformBackend
Dcros_platform_backend.py135 def GetCommandLine(self, pid): member in CrosPlatformBackend
Dwin_platform_backend.py218 def GetCommandLine(self, pid): member in WinPlatformBackend
Dandroid_platform_backend.py285 def GetCommandLine(self, pid): member in AndroidPlatformBackend
/external/webrtc/webrtc/base/
Dflags.cc269 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser.py120 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)