HomeSort by relevance Sort by last modified time
    Searched refs:GetCommandLine (Results 1 - 20 of 20) sorted by null

  /external/libbrillo/brillo/
process_information.cc 14 std::string ProcessInformation::GetCommandLine() {
process_information.h 23 std::string GetCommandLine();
  /ndk/sources/host-tools/toolbox/
echo_win.c 45 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc);
cmp_win.c 44 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
__init__.py 55 cmd_line = self._platform_backend.GetCommandLine(pid)
vtune_profiler.py 36 self._platform_backend.GetCommandLine(self._pid)
strace_profiler.py 176 not self._platform_backend.GetCommandLine(self._pid)):
perf_profiler.py 105 not self._platform_backend.GetCommandLine(self._pid)):
  /sdk/find_java2/FindJava2/
FindJava2.cpp 54 if (!AfxWinInit(hModule, NULL, ::GetCommandLine(), 0)) {
  /system/core/bootstat/
bootstat.cpp 77 std::string GetCommandLine(int argc, char **argv) {
285 const std::string cmd_line = GetCommandLine(argc, argv);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py 85 def GetCommandLine(self, pid):
cros_platform_backend.py 131 def GetCommandLine(self, pid):
platform_backend.py 158 def GetCommandLine(self, pid):
win_platform_backend.py 227 def GetCommandLine(self, pid):
android_platform_backend.py 284 def GetCommandLine(self, pid):
  /external/webrtc/webrtc/base/
flags.cc 269 LPTSTR command_line = ::GetCommandLine();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser.py 149 child_cmd_line = self._platform_backend.GetCommandLine(child_pid)
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 663 LPSTR cmdline = GetCommandLine();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 190 milliseconds