OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc
27
const base::FilePath&
host_path
,
33
manifest->SetString("path",
host_path
.AsUTF8Unsafe());
87
base::FilePath
host_path
= test_user_data_dir.AppendASCII("echo.py");
local
89
base::FilePath
host_path
= test_user_data_dir.AppendASCII("echo.bat");
local
92
temp_dir_.path(), kHostName,
host_path
, user_level));
native_process_launcher.cc
161
base::FilePath
host_path
= manifest->path();
local
162
if (!
host_path
.IsAbsolute()) {
166
host_path
= manifest_path.DirName().Append(
host_path
);
177
if (!base::PathExists(
host_path
)) {
181
<<
host_path
.AsUTF8Unsafe();
186
CommandLine command_line(
host_path
);
/external/chromium_org/chrome/browser/importer/
profile_writer.cc
283
const std::string
host_path
= BuildHostPathKey(
local
285
if (!
host_path
.empty()) {
286
const TemplateURL* existing_turl = (*host_path_map)[
host_path
];
294
(*host_path_map)[
host_path
] = template_urls[i];
Completed in 251 milliseconds