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

  /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/bluetooth/glib/gio/
gunixmount.c 59 char *device_path; member in struct:_GUnixMount
89 g_free (mount->device_path);
121 mount->device_path = g_strdup (g_unix_mount_get_device_path (mount_entry));
413 argv[1] = unix_mount->device_path;
439 argv[1] = unix_mount->device_path;
gunixvolume.c 53 char *device_path; member in struct:_GUnixVolume
87 g_free (volume->device_path);
128 volume->device_path = g_strdup (g_unix_mount_point_get_device_path (mountpoint));
138 volume->identifier = g_strdup (volume->device_path);
140 else if (g_str_has_prefix (volume->device_path, "LABEL="))
143 volume->identifier = g_strdup (volume->device_path + 6);
145 else if (g_str_has_prefix (volume->device_path, "UUID="))
148 volume->identifier = g_strdup (volume->device_path + 5);
150 else if (g_path_is_absolute (volume->device_path))
153 volume->identifier = g_strdup (volume->device_path);
    [all...]
gunixmounts.c 111 char *device_path; member in struct:_GUnixMountEntry
119 char *device_path; member in struct:_GUnixMountPoint
390 mount_entry->device_path = g_strdup (_resolve_dev_root ());
392 mount_entry->device_path = g_strdup (mntent->mnt_fsname);
403 mount_entry->device_path);
406 mount_entry->device_path,
407 mount_entry->device_path);
465 mount_entry->device_path = g_strdup (mntent.mnt_special);
476 mount_entry->device_path);
533 mount_entry->device_path = g_strdup (vmt2dataptr (vmount_info, VMT_OBJECT))
    [all...]
  /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 572 char device_path[256]; local
594 snprintf (device_path, sizeof(device_path), "%s%s%s",
600 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
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 316 const char *device_path = NULL; local
353 &device_path, DBUS_TYPE_INVALID)
354 || !device_path){
361 return device_path;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 759 char *device_path; member in struct:oob_device_data
  /external/qemu-pc-bios/bochs/bios/
rombios.c 772 Bit8u device_path[8]; member in struct:__anon11468
    [all...]

Completed in 1290 milliseconds