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

  /external/syslinux/extlinux/
mountinfo.h 24 const char *devpath; member in struct:mountinfo
  /system/core/adb/
transport_test.cpp 131 std::string devpath = "/path/to/bar"; local
138 t.devpath = &devpath[0];
148 EXPECT_TRUE(t.MatchesTarget(devpath));
transport.h 144 char* devpath = nullptr; member in class:atransport
177 // * <devpath>
236 const char* devpath, unsigned writeable);
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.h 131 char devpath[PATH_MAX]; member in struct:gpt_disk
gpt-utils.cpp 1094 char devpath[PATH_MAX] = {'\\0'}; local
1188 char devpath[PATH_MAX] = {0}; local
    [all...]
  /external/adhd/cras/src/server/
cras_udev.c 133 const char *devpath = udev_device_get_devpath(dev); local
135 if (devpath != NULL &&
136 regexec(&card_regex, devpath, ARRAY_SIZE(m), m, 0) == 0) {
139 *card_number = (unsigned)atoi(&devpath[m[1].rm_so]);
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.h 135 char devpath[PATH_MAX]; member in struct:gpt_disk
gpt-utils.cpp 1094 char devpath[PATH_MAX] = {'\\0'}; local
1188 char devpath[PATH_MAX] = {0}; local
    [all...]
  /system/core/adb/client/
usb_linux.cpp 219 char *devpath = nullptr; local
282 devpath = pathbuf;
287 register_device_callback(dev_name.c_str(), devpath, local_ep_in,
usb_osx.cpp 59 std::string devpath; member in struct:native::usb_handle
77 static bool IsKnownDevice(const std::string& devpath) {
80 if (usb->devpath == devpath) {
149 std::string devpath; local
227 devpath = android::base::StringPrintf("usb:%" PRIu32 "X", locationId);
228 if (IsKnownDevice(devpath)) {
289 if (devpath.empty()) {
290 devpath = serial;
292 if (IsKnownDevice(devpath)) {
    [all...]
  /external/syslinux/memdisk/
mstructs.h 72 uint64_t devpath[2]; /* Device path (double QuadWord!) */ member in struct:edd_dpt
  /external/blktrace/
blktrace.c 91 struct devpath { struct
136 struct devpath *dpp;
245 struct devpath *dpp;
484 static inline void pdc_dr_update(struct devpath *dpp, int cpu, int data_read)
489 static inline void pdc_nev_update(struct devpath *dpp, int cpu, int nevents)
594 static void dpp_free(struct devpath *dpp)
912 struct devpath *dpp = list_entry(p, struct devpath, head);
1045 struct devpath *dpp = list_entry(p, struct devpath, head)
    [all...]

Completed in 498 milliseconds