Searched refs:dlipath_dir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c91 char *dlipath, *dlipath_dir, *dlipath_dup; local
98 dlipath_dir = dirname(dlipath_dup);
100 if (stat(dlipath_dir, &statbuf) < 0) {
101 if (mkdirp(dlipath_dir,

Completed in 56 milliseconds