Searched defs:host_path (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | native_messaging_test_util.cc | 33 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
|
D | native_process_launcher.cc | 179 base::FilePath host_path = manifest->path(); in DoLaunchOnThreadPool() local
|
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app.cc | 98 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/ |
D | profile_writer.cc | 271 const std::string host_path = BuildHostPathKey(template_urls[i], false); in BuildHostPathMap() local
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
D | perftestsrunner.py | 334 …def _upload_json(self, test_results_server, json_path, host_path="/api/report", file_uploader=File… argument
|
D | perftestsrunner_integrationtest.py | 314 def mock_upload_json(hostname, json_path, host_path=None): argument
|
/external/chromium/chrome/browser/importer/ |
D | profile_writer.cc | 199 const std::string host_path = BuildHostPathKey(template_urls[i], false); in BuildHostPathMap() local
|
/external/chromium_org/build/android/pylib/ |
D | android_commands.py | 877 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/ |
D | android.py | 208 def push(self, host_path, device_path, ignore_error=False): argument 211 def pull(self, device_path, host_path, ignore_error=False): argument
|