Searched refs:part_path (Results 1 – 1 of 1) sorted by relevance
517 char part_path[PATH_MAX]; in FvmPartitionIsChild() local522 } else if ((r = ioctl_device_get_topo_path(partition_fd.get(), part_path, in FvmPartitionIsChild()523 sizeof(part_path))) < 0) { in FvmPartitionIsChild()527 if (strncmp(fvm_path, part_path, strlen(fvm_path))) { in FvmPartitionIsChild()
Completed in 4 milliseconds