Searched refs:host_path (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_prebuilt_profiler_helper.py23 host_path = support_binaries.FindPath(profiler_binary, 'android')
24 if not host_path:
26 host_path)
30 device.old_interface.PushIfNeeded(host_path, device_binary_path)
/external/chromium_org/build/android/gyp/
H A Dpush_libraries.py37 host_path = os.path.join(options.libraries_dir, lib)
43 device.PushIfNeeded(host_path, device_path)
45 record_path = '%s.%s.push.md5.stamp' % (host_path, serial_number)
49 input_paths=[host_path],
/external/chromium_org/remoting/tools/
H A Dregister_local_nm_hosts.sh17 local host_path="$2"
25 echo Registering ${host_path} in ${target_manifest}
27 sed -e "s#{{ ${host_path_var_name} }}#${host_path}#g" \
/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/tools/deep_memory_profiler/subcommands/
H A Dexpand.py41 target_path, host_path = alternative_dir_pair.split('@', 1)
42 alternative_dirs_dict[target_path] = host_path
H A Dcat.py35 target_path, host_path = alternative_dir_pair.split('@', 1)
36 alternative_dirs_dict[target_path] = host_path
H A Dpolicies.py41 target_path, host_path = alternative_dir_pair.split('@', 1)
42 alternative_dirs_dict[target_path] = 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];
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py969 def _RunMd5Sum(self, host_path, device_path):
973 host_path: Path (file or directory) on the host.
995 assert os.path.exists(host_path), 'Local path not found %s' % host_path
998 host_path])
1002 def GetFilesChanged(self, host_path, device_path, ignore_filenames=False):
1008 host_path: Path (file or directory) on the host.
1015 A list of tuples of the form (host_path, device_path) for files whose
1023 real_host_path = os.path.realpath(host_path)
1064 def PushIfNeeded(self, host_path, device_pat
[all...]
/external/chromium_org/tools/find_runtime_symbols/
H A Dprepare_symbol_info.py154 for target_path, host_path in alternative_dirs.iteritems():
156 binary_path = entry.name.replace(target_path, host_path, 1)
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.cc314 base::FilePath::StringType host_path(base::UTF8ToUTF16(host));
317 base::FilePath::StringType host_path(host);
321 return app_data_dir.Append(host_path).Append(scheme_port_path);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py334 def _upload_json(self, test_results_server, json_path, host_path="/api/report", file_uploader=FileUploader):
335 url = "https://%s%s" % (test_results_server, host_path)
H A Dperftestsrunner_integrationtest.py314 def mock_upload_json(hostname, json_path, host_path=None):
318 self.assertIn(host_path, [None, '/api/report'])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py208 def push(self, host_path, device_path, ignore_error=False):
209 return self.run(['push', host_path, device_path], ignore_error=ignore_error)
211 def pull(self, device_path, host_path, ignore_error=False):
212 return self.run(['pull', device_path, host_path], ignore_error=ignore_error)

Completed in 880 milliseconds