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

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc27 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));
25 WriteTestNativeHostManifest(const base::FilePath& target_dir, const std::string& host_name, const base::FilePath& host_path, bool user_level) argument
H A Dnative_process_launcher.cc161 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/
H A Dprofile_writer.cc276 const std::string host_path = BuildHostPathKey( local
278 if (!host_path.empty()) {
279 const TemplateURL* existing_turl = (*host_path_map)[host_path];
287 (*host_path_map)[host_path] = template_urls[i];

Completed in 813 milliseconds