Home
last modified time | relevance | path

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

/third_party/skia/infra/bots/recipe_modules/flavor/
Dchromebook.py52 def copy_directory_contents_to_device(self, host_path, device_path): argument
55 def copy_directory_contents_to_host(self, device_path, host_path): argument
Dapi.py93 def copy_file_to_device(self, host_path, device_path): argument
135 host_path, device_path): argument
Dssh.py72 def copy_file_to_device(self, host_path, device_path): argument
Ddefault.py79 def copy_file_to_device(self, host_path, device_path): argument
/third_party/node/deps/uvwasi/src/
Dpath_resolver.c374 char* host_path; in uvwasi__resolve_path() local