Home
last modified time | relevance | path

Searched defs:host_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_messaging_test_util.cc33 base::FilePath host_path = test_user_data_dir.AppendASCII("echo.py"); in CreateTestNativeHostManifest() local
35 base::FilePath host_path = test_user_data_dir.AppendASCII("echo.bat"); in CreateTestNativeHostManifest() local
Dnative_process_launcher.cc179 base::FilePath host_path = manifest->path(); in DoLaunchOnThreadPool() local
/external/chromium_org/chrome/browser/web_applications/
Dweb_app.cc98 base::FilePath::StringType host_path(UTF8ToUTF16(host)); in GetWebAppDataDirectory() local
101 base::FilePath::StringType host_path(host); in GetWebAppDataDirectory() local
/external/chromium_org/chrome/browser/importer/
Dprofile_writer.cc271 const std::string host_path = BuildHostPathKey(template_urls[i], false); in BuildHostPathMap() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
Dperftestsrunner.py334 …def _upload_json(self, test_results_server, json_path, host_path="/api/report", file_uploader=File… argument
Dperftestsrunner_integrationtest.py314 def mock_upload_json(hostname, json_path, host_path=None): argument
/external/chromium/chrome/browser/importer/
Dprofile_writer.cc199 const std::string host_path = BuildHostPathKey(template_urls[i], false); in BuildHostPathMap() local
/external/chromium_org/build/android/pylib/
Dandroid_commands.py877 def _RunMd5Sum(self, host_path, device_path): argument
905 def GetFilesChanged(self, host_path, device_path, ignore_filenames=False): argument
958 def PushIfNeeded(self, host_path, device_path): argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dandroid.py208 def push(self, host_path, device_path, ignore_error=False): argument
211 def pull(self, device_path, host_path, ignore_error=False): argument