HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /external/e2fsprogs/ext2ed/
ext2_com.c 25 void type_ext2___super (char *command_line)
42 void type_ext2___cd (char *command_line)
55 ptr=parse_word (command_line,buffer);
73 void type_ext2___group (char *command_line)
87 ptr=parse_word (command_line,buffer);
main.c 198 char *ptr,command_line [80]; local
241 strcpy (command_line,ptr);
244 if (*command_line != 0)
245 add_history (command_line);
248 if (*command_line==0)
249 strcpy (command_line,last_command_line);
255 wprintw (command_win,command_line);
260 strcpy (last_command_line,command_line);
263 quit=dispatch (command_line);
299 char command_line [80] local
    [all...]
blockbitmap_com.c 32 void type_ext2_block_bitmap___entry (char *command_line)
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */
69 void type_ext2_block_bitmap___next (char *command_line)
81 ptr=parse_word (command_line,buffer);
91 void type_ext2_block_bitmap___prev (char *command_line)
97 ptr=parse_word (command_line,buffer);
107 void type_ext2_block_bitmap___allocate (char *command_line)
121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */
142 void type_ext2_block_bitmap___deallocate (char *command_line)
150 ptr=parse_word (command_line,buffer)
    [all...]
inodebitmap_com.c 26 void type_ext2_inode_bitmap___entry (char *command_line)
32 ptr=parse_word (command_line,buffer);
48 void type_ext2_inode_bitmap___next (char *command_line)
54 ptr=parse_word (command_line,buffer);
64 void type_ext2_inode_bitmap___prev (char *command_line)
70 ptr=parse_word (command_line,buffer);
80 void type_ext2_inode_bitmap___allocate (char *command_line)
86 ptr=parse_word (command_line,buffer);
106 void type_ext2_inode_bitmap___deallocate (char *command_line)
112 ptr=parse_word (command_line,buffer)
    [all...]
file_com.c 50 void type_file___inode (char *command_line)
56 void type_file___show (char *command_line)
65 void type_file___nextblock (char *command_line)
71 ptr=parse_word (command_line,buffer);
93 void type_file___next (char *command_line)
99 ptr=parse_word (command_line,buffer);
116 void type_file___offset (char *command_line)
122 ptr=parse_word (command_line,buffer);
143 void type_file___prev (char *command_line)
149 ptr=parse_word (command_line,buffer)
    [all...]
general_com.c 24 void help (char *command_line)
32 ptr=parse_word (command_line,argument);
148 void set_device (char *command_line)
153 ptr=parse_word (command_line,new_device);
201 void set_offset (char *command_line)
213 ptr=parse_word (command_line,new_offset_buffer);
357 void set (char *command_line)
372 hex_set (command_line);
376 ptr=parse_word (command_line,buffer);
426 void hex_set (char *command_line)
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 7 #include "base/command_line.h"
20 virtual void SetUpCommandLine(CommandLine* command_line) {
21 CommandLine command_line_copy = *command_line;
25 command_line); local
browser_init_browsertest.cc 5 #include "base/command_line.h"
112 CommandLine command_line(CommandLine::NO_PROGRAM);
113 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); local
141 CommandLine command_line(CommandLine::NO_PROGRAM);
142 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); local
171 CommandLine command_line(CommandLine::NO_PROGRAM);
172 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
173 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); local
202 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); local
    [all...]
browser_init.h 44 // WM_COPYDATA message). |command_line| holds the command line we need to
63 // Launches a browser window associated with |profile|. |command_line| should
67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
212 const CommandLine& command_line,
216 static bool ProcessCmdLineImpl(const CommandLine& command_line,
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 9 #include "base/command_line.h"
254 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
256 !command_line.HasSwitch(switches::kDisableDevTools);
258 !command_line.HasSwitch(switches::kDisableJavaScript) &&
261 !command_line.HasSwitch(switches::kDisableWebSecurity) &&
264 !command_line.HasSwitch(switches::kDisablePlugins) &&
267 !command_line.HasSwitch(switches::kDisableJava) &&
272 command_line.HasSwitch(switches::kEnableFastback);
274 !command_line.HasSwitch(switches::kDisableRemoteFonts);
276 !command_line.HasSwitch(switches::kDisableXSSAuditor)
    [all...]
  /external/chromium/chrome/browser/net/
proxy_service_factory.h 33 const CommandLine& command_line);
proxy_service_factory.cc 7 #include "base/command_line.h"
57 const CommandLine& command_line) {
60 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver);
61 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
72 if (command_line.HasSwitch(switches::kNumPacThreads)) {
73 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 10 #include "base/command_line.h"
21 explicit CommandLinePrefStore(const CommandLine* command_line);
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.h 33 const CommandLine& command_line,
  /external/chromium/chrome/common/
logging_chrome.cc 33 #include "base/command_line.h"
130 LoggingDestination DetermineLogMode(const CommandLine& command_line) {
144 if (command_line.HasSwitch(kInvertLoggingSwitch))
151 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
215 FilePath GetSessionLogFile(const CommandLine& command_line) {
225 command_line.GetSwitchValuePath(switches::kLoginProfile);
231 void RedirectChromeLogging(const CommandLine& command_line) {
237 FilePath log_path = GetSessionLogFile(command_line);
246 command_line.HasSwitch(switches::kEnableDCHECK) ?
253 DetermineLogMode(command_line),
    [all...]
auto_start_linux.h 19 const std::string& command_line,
  /external/bluetooth/glib/glib/
gshell.h 48 gboolean g_shell_parse_argv (const gchar *command_line,
  /external/chromium/base/debug/
debugger_win.cc 79 wchar_t command_line[1026]; local
80 if (StringReplace(reg_value, process_id, command_line,
81 arraysize(command_line))) {
88 if (CreateProcess(NULL, command_line, NULL, NULL, FALSE, 0, NULL, NULL,
debug_on_start_win.h 43 // Returns true if the 'argument' is present in the 'command_line'. It does
45 static bool FindArgument(wchar_t* command_line, const char* argument);
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 19 void SetUpCommandLine(CommandLine* command_line) {
20 ExtensionApiTest::SetUpCommandLine(command_line);
21 command_line->AppendSwitch(switches::kDisablePopupBlocking);
22 command_line->AppendSwitch(switches::kAllowHTTPBackgroundPage);
extension_gallery_install_apitest.cc 18 void SetUpCommandLine(CommandLine* command_line) {
19 ExtensionApiTest::SetUpCommandLine(command_line);
20 command_line->AppendSwitchASCII(switches::kAppsGalleryURL,
window_open_apitest.cc 5 #include "base/command_line.h"
104 virtual void SetUpCommandLine(CommandLine* command_line) {
105 ExtensionApiTest::SetUpCommandLine(command_line);
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 11 #include "base/command_line.h"
64 bool RelaunchChromeBrowser(const CommandLine& command_line) {
68 command_line.command_line_string(), false, false, NULL);
113 bool DoUpgradeTasks(const CommandLine& command_line) {
117 if (!RelaunchChromeBrowser(command_line)) {
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 10 #include "base/command_line.h"
77 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
78 std::string email = command_line.GetSwitchValueASCII("email");
79 std::string token = command_line.GetSwitchValueASCII("token");
99 sync_notifier_factory.CreateSyncNotifier(command_line,
  /external/chromium/net/test/
test_server.cc 18 #include "base/command_line.h"
344 bool TestServer::AddCommandLineArguments(CommandLine* command_line) const {
345 command_line->AppendSwitchASCII("port",
347 command_line->AppendSwitchPath("data-dir", document_root_);
350 command_line->AppendArg("--log-to-console");
354 command_line->AppendArg("-f");
356 command_line->AppendArg("--sync");
366 command_line->AppendSwitchPath("https", certificate_path);
369 command_line->AppendSwitch("ssl-client-auth");
380 command_line->AppendSwitchPath("ssl-client-ca", *it)
    [all...]

Completed in 99 milliseconds

12 3 4 5 6 7