Searched refs:topo_path (Results 1 – 2 of 2) sorted by relevance
275 const char* topo_path = buf; in netifc_open_cb() local278 if (topo_path[0] == '@') topo_path++; in netifc_open_cb()281 if (strncmp(topo_path, interface, sizeof(buf))) { in netifc_open_cb()
151 char topo_path[PATH_MAX] = {'\0'}; in FilterRealBlockDevices() local152 if (ioctl_device_get_topo_path(fd.get(), topo_path, PATH_MAX) < 0) { in FilterRealBlockDevices()156 if (strstr(topo_path, device.data()) == topo_path) { in FilterRealBlockDevices()173 fbl::String topo_path(PATH_MAX, '\0'); in InsertTestDevices() local174 ASSERT_GE(ioctl_device_get_topo_path(fd.get(), const_cast<char*>(topo_path.data()), PATH_MAX), in InsertTestDevices()176 test_block_devices.push_back(std::move(topo_path)); in InsertTestDevices()
Completed in 5 milliseconds