Searched defs:device_path (Results 1 - 6 of 6) sorted by relevance

/system/core/fastboot/
H A Dusb.h53 char device_path[256]; member in struct:usb_ifc_info
/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc108 // partition |device_path|, running the |postinstall_program| command from
110 void RunPosinstallAction(const string& device_path,
182 const string& device_path,
190 part.target_path = device_path;
181 RunPosinstallAction( const string& device_path, const string& postinstall_program, bool powerwash_required) argument
/system/core/debuggerd/
H A Dgetevent.cpp167 const char* device_path = "/dev/input"; local
174 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
178 res = scan_dir(device_path);
199 const char* device_path = "/dev/input"; local
206 read_notify(device_path, ufds[0].fd);
/system/weaved/buffet/
H A Dshill_client.cc276 for (const auto& device_path : property_value.TryGet<vector<ObjectPath>>()) {
277 if (!device_path.IsValid()) {
281 auto it = devices_.find(device_path);
285 device_paths_to_remove.erase(device_path);
288 std::unique_ptr<DeviceProxy> device{new DeviceProxy{bus_, device_path}};
292 VLOG(3) << "Creating device proxy at " << device_path.value();
293 devices_[device_path].device = std::move(device);
295 devices_[device_path].device->RegisterPropertyChangedSignalHandler(
297 weak_factory_.GetWeakPtr(), device_path),
299 weak_factory_.GetWeakPtr(), device_path));
311 OnDevicePropertyChangeRegistration( const ObjectPath& device_path, const string& interface, const string& signal_name, bool success) argument
337 OnDevicePropertyChange(const ObjectPath& device_path, const string& property_name, const Any& property_value) argument
[all...]
/system/core/toolbox/
H A Dgetevent.c532 const char *device_path = "/dev/input"; local
626 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
628 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
631 res = scan_dir(device_path, print_flags);
633 fprintf(stderr, "scan dir failed for %s\n", device_path);
659 read_notify(device_path, ufds[0].fd, print_flags);
/system/connectivity/shill/
H A Ddevice_info.cc418 FilePath device_path; local
419 if (!base::ReadSymbolicLink(device_file, &device_path)) {
424 if (!device_path.IsAbsolute()) {
425 device_path =
426 base::MakeAbsoluteFilePath(device_file.DirName().Append(device_path));
434 return HasSubdir(device_path.DirName(), FilePath("tty"));

Completed in 255 milliseconds