Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libparted/common/libparted/
H A Ddevice.c172 char* normal_path; in ped_device_get() local
175 normal_path = canonicalize_file_name (path); in ped_device_get()
176 if (!normal_path) in ped_device_get()
179 normal_path = strdup (path); in ped_device_get()
180 if (!normal_path) in ped_device_get()
184 if (!strcmp (walk->path, normal_path)) { in ped_device_get()
185 ped_free (normal_path); in ped_device_get()
190 walk = ped_architecture->dev_ops->_new (normal_path); in ped_device_get()
191 ped_free (normal_path); in ped_device_get()