Home
last modified time | relevance | path

Searched defs:device_path (Results 1 – 12 of 12) 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
Dssh.py69 def scp_device_path(self, device_path): argument
72 def copy_file_to_device(self, host_path, device_path): argument
Dapi.py93 def copy_file_to_device(self, host_path, device_path): argument
135 host_path, device_path): argument
Ddefault.py79 def copy_file_to_device(self, host_path, device_path): argument
/third_party/cups-filters/cupsfilters/
Dcolord.c268 char *device_path = NULL; in get_device_path_for_device_id() local
318 char *device_path = NULL; in colord_get_profile_for_device_id() local
420 char *device_path = NULL; in colord_get_inhibit_for_device_id() local
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c66 const char *device_path; member
Dv4l2.c124 static int device_open(AVFormatContext *ctx, const char* device_path) in device_open()
/third_party/gn/src/base/files/
Dfile_util_win.cc455 FilePath device_path(device_path_as_string); in DevicePathToDriveLetterPath() local
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c100 static char *device_path; variable
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c394 char *device_path; member
1893 const char *device_path = NULL; in parse_remote_endpoint_properties() local
/third_party/libinput/tools/
Dlibinput-record.c1900 char *device_path; in select_device() local
1976 char *device_path; in all_devices() local
/third_party/libdrm/
Dxf86drm.c3587 static int get_subsystem_type(const char *device_path) in get_subsystem_type()