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

  /external/chromium/chrome/browser/
shell_integration_linux.cc 380 std::string final_path; local
382 if (!final_path.empty())
383 final_path += " ";
384 final_path += exec_tokenizer.token();
392 final_path += " --" + i->first;
394 final_path += " " + QuoteArgForDesktopFileExec("--" + i->first +
399 EscapeStringForDesktopFile(final_path) + "\n";
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 735 std::string final_path = chrome_exe_path.value(); local
743 final_path += " --" + i->first;
745 final_path += " " + QuoteArgForDesktopFileExec("--" + i->first +
750 g_key_file_set_string(key_file, kDesktopEntry, "Exec", final_path.c_str());
    [all...]

Completed in 2652 milliseconds