Searched refs:GetSwitchValuePath (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/chrome/tools/safe_browsing/
H A Dsb_sigutil.cc43 extractor->CheckSignature(cmd_line->GetSwitchValuePath(kExecutable),
48 cmd_line->GetSwitchValuePath(kOutputFile),
/external/chromium_org/remoting/host/
H A Dusage_stats_consent_mac.cc27 command_line->GetSwitchValuePath(kHostConfigSwitchName);
/external/chromium_org/base/test/
H A Dperf_test_suite.cc25 CommandLine::ForCurrentProcess()->GetSwitchValuePath("log-file");
H A Dtrace_to_file.cc38 ->GetSwitchValuePath(switches::kTraceToFileName));
/external/chromium_org/net/tools/dump_cache/
H A Ddump_cache.cc61 base::FilePath input_path = command_line.GetSwitchValuePath(kInputPath);
67 base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler_frontend.cc80 MakeAbsoluteFilePath(cmd_line->GetSwitchValuePath(kInputPath));
101 MakeAbsoluteFilePath(cmd_line->GetSwitchValuePath(kOutputPath));
103 base::WriteFile(cmd_line->GetSwitchValuePath(kOutputPath),
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_canary_test.cc48 command_line->GetSwitchValuePath(kPasswordFileForTest);
60 command_line->GetSwitchValuePath(kOverrideUserDataDir);
/external/chromium_org/chrome/browser/net/
H A Dchrome_net_log.cc40 command_line->GetSwitchValuePath(switches::kLogNetLog);
/external/chromium_org/content/common/
H A Dsandbox_init_mac.cc50 command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir);
/external/chromium_org/content/shell/app/
H A Dshell_crash_reporter_client.cc53 *crash_dir = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/content/shell/browser/
H A Dshell_net_log.cc41 command_line->GetSwitchValuePath(switches::kLogNetLog);
H A Dshell_browser_main_parts.cc125 CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device_factory.cc21 CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/ui/ozone/platform/test/
H A Dozone_platform_test.cc94 location = cmd->GetSwitchValuePath(switches::kOzoneDumpFile);
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_operation.cc26 cmd_line->GetSwitchValuePath(switches::kRelaunchShortcut));
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc99 base::FilePath result = cmd_line.GetSwitchValuePath(switches::kMiniInstaller);
111 base::FilePath result = cmd_line.GetSwitchValuePath(switches::kOut);
/external/chromium_org/chrome/browser/extensions/signin/
H A Dgaia_auth_extension_loader.cc45 command_line->GetSwitchValuePath(switches::kAuthExtensionPath);
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.cc65 base::FilePath path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/chrome/browser/extensions/
H A Dstartup_helper.cc103 cmd_line.GetSwitchValuePath(switches::kPackExtension);
106 private_key_path = cmd_line.GetSwitchValuePath(switches::kPackExtensionKey);
211 base::FilePath path = cmd_line.GetSwitchValuePath(switches::kValidateCrx);
/external/chromium_org/base/
H A Dcommand_line.h121 FilePath GetSwitchValuePath(const std::string& switch_string) const;
/external/chromium_org/chrome/browser/
H A Dsxs_linux.cc145 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.cc81 command_line.GetSwitchValuePath(switches::kTraceShutdownFile);
/external/chromium_org/content/plugin/
H A Dplugin_thread.cc73 CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/media/cast/test/
H A Dsimulator.cc510 base::FilePath media_path = cmd->GetSwitchValuePath(media::cast::kLibDir);
523 base::FilePath source_path = cmd->GetSwitchValuePath(
525 base::FilePath output_path = cmd->GetSwitchValuePath(
534 cmd->GetSwitchValuePath(media::cast::kModelPath));
/external/chromium_org/net/tools/testserver/
H A Drun_testserver.cc91 base::FilePath doc_root = command_line->GetSwitchValuePath("doc-root");

Completed in 7545 milliseconds

1234