HomeSort by relevance Sort by last modified time
    Searched defs:private_key_path (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
extensions_startup.cc 56 FilePath private_key_path; local
58 private_key_path = cmd_line.GetSwitchValuePath(switches::kPackExtensionKey);
62 pack_job_ = new PackExtensionJob(this, src_dir, private_key_path);
extensions_ui.cc 520 std::string private_key_path; local
523 CHECK(args->GetString(1, &private_key_path));
527 FilePath key_file = FilePath::FromWStringHack(UTF8ToWide(private_key_path));
541 if (!private_key_path.empty() && key_file.empty()) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 613 std::string private_key_path; local
616 CHECK(args->GetString(1, &private_key_path));
620 FilePath key_file = FilePath::FromWStringHack(UTF8ToWide(private_key_path));
634 if (!private_key_path.empty() && key_file.empty()) {
    [all...]

Completed in 66 milliseconds