Home
last modified time | relevance | path

Searched defs:destination_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
Dscm_mock.py42 def add(self, destination_path, return_exit_code=False): argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dmanager.py427 def _copy_results_html_file(self, destination_path): argument
/external/chromium_org/chrome/browser/extensions/api/developer_private/
Ddeveloper_private_api.cc1149 const base::FilePath& destination_path) { in ReadSyncFileSystemDirectory()
1165 const base::FilePath& destination_path, in ReadSyncFileSystemDirectoryCb()
/external/chromium_org/tools/
Dbisect-perf-regression.py476 def FetchFromCloudStorage(bucket_name, source_path, destination_path): argument