Home
last modified time | relevance | path

Searched refs:GetCommandLine (Results 1 – 4 of 4) 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/mesa3d/src/gallium/auxiliary/os/
Dos_process.c128 const char *args = GetCommandLine(); in os_get_command_line()
/external/webrtc/webrtc/base/
Dflags.cc269 LPTSTR command_line = ::GetCommandLine(); in WindowsCommandLineArguments()