HomeSort by relevance Sort by last modified time
    Searched defs:device_path (Results 1 - 13 of 13) sorted by null

  /system/core/fastboot/
usb.h 56 char device_path[256]; member in struct:usb_ifc_info
  /system/core/debuggerd/
getevent.c 162 const char *device_path = "/dev/input"; local
169 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
173 res = scan_dir(device_path);
196 const char *device_path = "/dev/input"; local
203 read_notify(device_path, ufds[0].fd);
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 38 Disk(const std::string& device_path,
52 const std::string& device_path() const { return device_path_; } function in class:chromeos::MountLibrary::Disk
105 const std::string& device_path ) = 0;
114 virtual void MountPath(const char* device_path) = 0;
115 virtual void UnmountPath(const char* device_path) = 0;
network_library.h 193 explicit NetworkDevice(const std::string& device_path);
196 const std::string& device_path() const { return device_path_; } function in class:chromeos::NetworkDevice
280 const std::string& device_path() const { return device_path_; } function in class:chromeos::Network
845 NetworkIPConfig(const std::string& device_path, IPConfigType type,
848 : device_path(device_path),
860 std::string device_path; member in struct:chromeos::NetworkIPConfig
    [all...]
network_library.cc 3735 std::string device_path; local
    [all...]
  /external/grub/stage2/
bios.c 228 unsigned char device_path[8];
226 unsigned char device_path[8]; member in struct:drive_parameters
  /system/core/toolbox/
getevent.c 509 const char *device_path = "/dev/input"; local
603 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
605 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
608 res = scan_dir(device_path, print_flags);
610 fprintf(stderr, "scan dir failed for %s\n", device_path);
635 read_notify(device_path, ufds[0].fd, print_flags);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 831 std::string device_path = "/dev/" + filename; local
833 if (V4LLookup::IsV4L2Device(device_path)) {
835 Device(GetVideoDeviceName(meta, filename), device_path));
  /external/qemu/
tap-win32.c 566 char device_path[256]; local
588 snprintf (device_path, sizeof(device_path), "%s%s%s",
594 device_path,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /external/qemu-pc-bios/bochs/bios/
rombios.c 772 Bit8u device_path[8]; member in struct:__anon14060
    [all...]

Completed in 472 milliseconds