Home
last modified time | relevance | path

Searched refs:topo_path (Results 1 – 2 of 2) sorted by relevance

/system/ulib/inet6/
A Dnetifc.c275 const char* topo_path = buf; in netifc_open_cb() local
278 if (topo_path[0] == '@') topo_path++; in netifc_open_cb()
281 if (strncmp(topo_path, interface, sizeof(buf))) { in netifc_open_cb()
/system/uapp/disk-pave/test/
A Ddevice-partitioner-test.cpp151 char topo_path[PATH_MAX] = {'\0'}; in FilterRealBlockDevices() local
152 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() local
174 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