Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
Dfuse.c473 static char *get_path_name(struct fuse *f, fuse_ino_t nodeid, const char *name) in get_path_name() function
560 return get_path_name(f, nodeid, NULL); in get_path()
1094 newpath = get_path_name(f, dir, newname); in hidden_name()
1346 path = get_path_name(f, parent, name); in fuse_lib_lookup()
1559 path = get_path_name(f, parent, name); in fuse_lib_mknod()
1599 path = get_path_name(f, parent, name); in fuse_lib_mkdir()
1624 path = get_path_name(f, parent, name); in fuse_lib_unlink()
1652 path = get_path_name(f, parent, name); in fuse_lib_rmdir()
1678 path = get_path_name(f, parent, name); in fuse_lib_symlink()
1705 oldpath = get_path_name(f, olddir, oldname); in fuse_lib_rename()
[all …]