Searched refs:unlinkpath (Results 1 - 1 of 1) sorted by relevance
/third_party/libfuse/lib/ |
H A D | fuse.c | 2969 char *unlinkpath; in fuse_lib_unlink() local 2972 if (try_get_path(f, wnode->nodeid, NULL, &unlinkpath, NULL, false) == 0) { in fuse_lib_unlink() 2973 err = fuse_fs_unlink(f->fs, unlinkpath); in fuse_lib_unlink() 2976 free(unlinkpath); in fuse_lib_unlink() 3119 char *unlinkpath; in fuse_do_release() local 3121 if (get_path(f, ino, &unlinkpath) == 0) in fuse_do_release() 3122 fuse_fs_unlink(f->fs, unlinkpath); in fuse_do_release() 3124 free_path(f, ino, unlinkpath); in fuse_do_release()
|
Completed in 11 milliseconds