OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
751
std::string
final_path
= chrome_exe_path.value();
local
759
final_path
+= " --" + i->first;
761
final_path
+= " " + QuoteArgForDesktopFileExec("--" + i->first +
766
g_key_file_set_string(key_file, kDesktopEntry, "Exec",
final_path
.c_str());
[
all
...]
Completed in 700 milliseconds