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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 33 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());
native_process_launcher.cc 175 base::FilePath host_path = manifest->path(); local
176 if (!host_path.IsAbsolute()) {
180 host_path = manifest_path.DirName().Append(host_path);
189 CommandLine command_line(host_path);
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 270 const std::string host_path = BuildHostPathKey(template_urls[i], false); local
271 if (!host_path.empty()) {
272 const TemplateURL* existing_turl = (*host_path_map)[host_path];
280 (*host_path_map)[host_path] = template_urls[i];
  /external/chromium/chrome/browser/importer/
profile_writer.cc 199 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];

Completed in 448 milliseconds