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

  /external/syslinux/extlinux/
mountinfo.h 24 const char *devpath; member in struct:mountinfo
  /system/core/adb/
transport_test.cpp 146 std::string devpath = "/path/to/bar"; local
153 t.devpath = &devpath[0];
163 EXPECT_TRUE(t.MatchesTarget(devpath));
transport.h 97 char* devpath = nullptr; member in class:atransport
143 // * <devpath>
196 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...]
  /system/core/adb/client/
usb_linux.cpp 217 char *devpath = nullptr; local
279 devpath = pathbuf;
284 register_device_callback(dev_name.c_str(), devpath,
usb_osx.cpp 57 std::string devpath; member in struct:native::usb_handle
70 static bool IsKnownDevice(const std::string& devpath) {
73 if (usb->devpath == devpath) {
142 std::string devpath; local
220 devpath = android::base::StringPrintf("usb:%" PRIu32 "X", locationId);
221 if (IsKnownDevice(devpath)) {
282 if (devpath.empty()) {
283 devpath = serial;
285 if (IsKnownDevice(devpath)) {
    [all...]
  /external/syslinux/memdisk/
mstructs.h 72 uint64_t devpath[2]; /* Device path (double QuadWord!) */ member in struct:edd_dpt
  /system/core/init/
devices.cpp 438 } else if(!strncmp(msg, "DEVPATH=", 8)) {
609 static void handle_device(const char *action, const char *devpath,
613 make_device(devpath, path, block, major, minor, (const char **)links);
616 make_link_init(devpath, links[i]);
624 remove_link(devpath, links[i]);
627 unlink(devpath);
664 LOG(ERROR) << "DEVPATH=" << name << " exceeds " << len << "-character limit on filename; ignoring event";
678 char devpath[DEVPATH_LEN]; local
685 snprintf(devpath, sizeof(devpath), "%s%s", base, name)
725 char devpath[DEVPATH_LEN] = {0}; local
    [all...]
  /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 1145 milliseconds