/system/extras/librank/ |
librank.c | 31 char cmdline[MAX_CMDLINE]; member in struct:process_info 160 getprocname(pid, process->cmdline, sizeof(process->cmdline)); 166 char cmdline[256]; local 288 pi->cmdline, 317 sprintf(filename, "/proc/%d/cmdline", pid);
|
/bootable/bootloader/legacy/include/boot/ |
bootimg.h | 58 unsigned char cmdline[BOOT_ARGS_SIZE]; member in struct:boot_img_hdr 96 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.cc | 167 DiagnosticsModel* MakeDiagnosticsModel(const CommandLine& cmdline) { 168 FilePath user_data_dir = cmdline.GetSwitchValuePath(switches::kUserDataDir);
|
/external/chromium/chrome/browser/first_run/ |
first_run.h | 62 // cmdline parameters. 63 static int ImportNow(Profile* profile, const CommandLine& cmdline); 180 static int ImportFromBrowser(Profile* profile, const CommandLine& cmdline); 188 static int ImportFromFile(Profile* profile, const CommandLine& cmdline);
|
first_run_win.cc | 314 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local 315 CommandLine import_cmd(cmdline.GetProgram()); 322 import_cmd.CopySwitchesFrom(cmdline, kSwitchNames, arraysize(kSwitchNames)); 374 const CommandLine& cmdline) { 375 std::string import_info = cmdline.GetSwitchValueASCII(switches::kImport);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-win32.c | 207 LPTSTR cmdLine, int cmdShow) 216 cmdLine = cmdLine;
|
/external/openssl/apps/ |
winrand.c | 70 PSTR cmdline, int iCmdShow) 78 if (cmdline[0] == '\0') 81 filename = cmdline;
|
/external/oprofile/gui/ |
oprof_start_util.cpp | 269 string cmdline = cmd; local 272 cmdline += " " + *cit + " "; 274 error += "\n\nCommand was :\n\n" + cmdline + "\n";
|
/external/bluetooth/glib/tests/ |
gio-test.c | 282 gchar *cmdline; local 353 cmdline = g_strdup_printf ("%d:%d:%d", 357 _spawnl (_P_NOWAIT, argv[0], argv[0], "--child", cmdline, NULL); 359 cmdline = g_strdup_printf ("%s --child %d:%d &", argv[0], 362 system (cmdline);
|
/external/grub/stage2/ |
stage2.c | 765 get_line_from_config (char *cmdline, int maxlen, int read_from_file) 821 cmdline[pos++] = c; 829 cmdline[pos++] = c; 833 cmdline[pos] = 0; 916 char *cmdline; local 933 cmdline = (char *) CMDLINE_BUF; 934 while (get_line_from_config (cmdline, NEW_HEAPSIZE, 940 builtin = find_command (cmdline); 970 ptr = skip_to (1, cmdline); 979 char *arg = skip_to (1, cmdline); [all...] |
mb_info.h | 31 unsigned long cmdline; member in struct:mod_list 119 unsigned long cmdline; member in struct:multiboot_info
|
/system/core/fastboot/ |
fastboot.c | 47 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline); 58 static const char *cmdline = 0; variable 238 " -c <cmdline> override kernel commandline\n" 246 unsigned *sz, const char *cmdline) 266 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) kdata, cmdline); 291 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) bdata, cmdline); 616 cmdline = argv[1]; 665 data = load_bootable_image(page_size, kname, rname, &sz, cmdline); [all...] |
/external/chromium/base/ |
process_util_win.cc | 220 bool LaunchAppImpl(const std::wstring& cmdline, 229 const_cast<wchar_t*>(cmdline.c_str()), NULL, NULL, 249 bool LaunchApp(const std::wstring& cmdline, 251 return LaunchAppImpl(cmdline, wait, start_hidden, false, process_handle); 255 const std::wstring& cmdline, bool wait, bool start_hidden, 257 return LaunchAppImpl(cmdline, wait, start_hidden, true, process_handle); 260 bool LaunchAppAsUser(UserTokenHandle token, const std::wstring& cmdline, 262 return LaunchAppAsUser(token, cmdline, start_hidden, process_handle, 266 bool LaunchAppAsUser(UserTokenHandle token, const std::wstring& cmdline, 285 CreateProcessAsUser(token, NULL, const_cast<wchar_t*>(cmdline.c_str()) [all...] |
/external/libxml2/ |
xmlcatalog.c | 96 char *cmdline = NULL, *cur; local 105 cmdline = xmlShellReadline("> "); 106 if (cmdline == NULL) 112 cur = cmdline; 124 free(cmdline); 303 free(cmdline); /* not xmlFree here ! */
|
/packages/experimental/procstatlog/ |
procstatlog.c | 242 char cmdline[4096]; local 243 sprintf(filename, "/proc/%d/cmdline", pid); 250 int len = read(fd, cmdline, sizeof(cmdline) - 1); 258 cmdline[len] = '\0'; 260 for (n = 0; n < name_count && !strstr(cmdline, names[n]); ++n);
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
render_api.cpp | 112 char cmdLine[128]; 113 snprintf(cmdLine, 128, "emulator_renderer -windowid %d -port %d -x %d -y %d -width %d -height %d", 116 s_renderProc = osUtils::childProcess::create(cmdLine, NULL);
|
/external/chromium/net/disk_cache/ |
stress_cache.cc | 58 CommandLine cmdline(exe); 59 cmdline.AppendArg(base::IntToString(iteration)); 62 if (!base::LaunchApp(cmdline, false, false, &handle)) {
|
/development/tools/glesv2debugger/ |
README.android | 17 EGL checks /proc/<proc_id>/cmdline for match during init and sets debug functions in eglMakeCurrent
|
/external/chromium/googleurl/base/ |
logging.cc | 207 scoped_array<wchar_t> cmdline(new wchar_t[charcount]); 208 if (!MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, cmdline.get(), charcount)) 216 if (CreateProcessW(prog_name, cmdline.get(), NULL, NULL, false, 0, NULL, 223 MessageBoxW(NULL, cmdline.get(), L"Fatal error", MB_OK | MB_ICONHAND);
|
/external/grub/docs/ |
multiboot.h | 86 unsigned long cmdline; member in struct:multiboot_info
|
/external/v8/tools/ |
windows-tick-processor.bat | 9 rem we prepend cmdline args with a number (in fact, any letter or number)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
README.android | 17 EGL checks /proc/<proc_id>/cmdline for match during init and sets debug functions in eglMakeCurrent
|
/external/chromium/net/test/ |
test_server_win.cc | 26 bool LaunchTestServerAsJob(const CommandLine& cmdline, 41 NULL, const_cast<wchar_t*>(cmdline.command_line_string().c_str()),
|
/external/dbus/dbus/ |
dbus-sysdeps-util-unix.c | 1064 DBusString cmdline; local 1073 if (!_dbus_string_init (&cmdline)) 1080 if (!_dbus_string_append_printf (&path, "/proc/%ld/cmdline", pid)) 1094 if (!_dbus_read (fd, &cmdline, max_len)) 1107 string_squash_nonprintable (&cmdline); 1109 if (!_dbus_string_copy (&cmdline, 0, str, _dbus_string_get_length (str))) 1112 _dbus_string_free (&cmdline); 1118 _dbus_string_free (&cmdline);
|
/external/dbus/tools/ |
dbus-launch-win.c | 127 /* Windows CE has a different interpretation of cmdline: Start with argv[1]. */ 133 /* Windows CE has a different interpretation of cmdline: Start with argv[1]. */
|