Searched refs:dev_path (Results 1 – 3 of 3) sorted by relevance
/external/rootdev/ |
D | rootdev.c | 346 const char *dev_path) { in rootdev_get_path() argument 349 if (!dev_path) in rootdev_get_path() 350 dev_path = kDefaultDevPath; in rootdev_get_path() 355 path_len = snprintf(path, size, "%s/%s", dev_path, device); in rootdev_get_path() 356 if (path_len != strlen(dev_path) + 1 + strlen(device)) in rootdev_get_path() 370 const char *search, const char *dev_path) { in rootdev_wrapper() argument 375 if (!dev_path) in rootdev_wrapper() 376 dev_path = kDefaultDevPath; in rootdev_wrapper() 398 res = rootdev_get_path(path, size, devname, dev_path); in rootdev_wrapper()
|
D | rootdev.h | 40 const char *search, const char *dev_path); 89 const char *dev_path);
|
/external/autotest/client/site_tests/hardware_TrackpadFunction/ |
D | hardware_TrackpadFunction.py | 67 dev_path = named_device.get(KEY_DEVPATH) 95 if (dev.get(KEY_DEVPATH, '').find(dev_path) == 0 and
|