Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c157 const char *toresolv; in fuse_mnt_resolve_path() local
170 toresolv = copy; in fuse_mnt_resolve_path()
179 toresolv = "."; in fuse_mnt_resolve_path()
183 toresolv = "/"; in fuse_mnt_resolve_path()
187 toresolv = copy; in fuse_mnt_resolve_path()
192 if (realpath(toresolv, buf) == NULL) { in fuse_mnt_resolve_path()
400 const char *toresolv; in fuse_mnt_resolve_path() local
413 toresolv = copy; in fuse_mnt_resolve_path()
422 toresolv = "."; in fuse_mnt_resolve_path()
426 toresolv in fuse_mnt_resolve_path()
[all...]
/third_party/libfuse/lib/
H A Dmount_util.c284 const char *toresolv; in fuse_mnt_resolve_path() local
298 toresolv = copy; in fuse_mnt_resolve_path()
307 toresolv = "."; in fuse_mnt_resolve_path()
311 toresolv = "/"; in fuse_mnt_resolve_path()
315 toresolv = copy; in fuse_mnt_resolve_path()
320 if (realpath(toresolv, buf) == NULL) { in fuse_mnt_resolve_path()

Completed in 2 milliseconds