Searched defs:host_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc33 base::FilePath host_path = test_user_data_dir.AppendASCII("echo.py"); local
35 base::FilePath host_path = test_user_data_dir.AppendASCII("echo.bat"); local
37 manifest->SetString("path", host_path.AsUTF8Unsafe());
H A Dnative_process_launcher.cc179 base::FilePath host_path = manifest->path(); local
180 if (!host_path.IsAbsolute()) {
184 host_path = manifest_path.DirName().Append(host_path);
193 CommandLine command_line(host_path);
/external/chromium/chrome/browser/importer/
H A Dprofile_writer.cc199 const std::string host_path = BuildHostPathKey(template_urls[i], false); local
200 if (!host_path.empty()) {
201 const TemplateURL* existing_turl = (*host_path_map)[host_path];
209 (*host_path_map)[host_path] = template_urls[i];
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer.cc271 const std::string host_path = BuildHostPathKey(template_urls[i], false); local
272 if (!host_path.empty()) {
273 const TemplateURL* existing_turl = (*host_path_map)[host_path];
281 (*host_path_map)[host_path] = template_urls[i];

Completed in 614 milliseconds