Searched refs:olddir (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/power_management/lib/ |
H A D | pm_sched_mc.py | 322 olddir = os.getcwd() 332 os.chdir(olddir) 350 os.chdir(olddir) 357 os.chdir(olddir) 371 olddir = os.getcwd() 377 olddir = os.getcwd() 389 os.chdir(olddir) 432 os.chdir(olddir)
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1419 static int rename_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, in rename_node() argument 1427 node = lookup_node(f, olddir, oldname); in rename_node() 1455 static int exchange_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, in exchange_node() argument 1463 oldnode = lookup_node(f, olddir, oldname); in exchange_node() 1477 if (hash_name(f, newnode, olddir, oldname) == -1) in exchange_node() 3034 static void fuse_lib_rename(fuse_req_t req, fuse_ino_t olddir, in fuse_lib_rename() argument 3045 err = get_path2(f, olddir, oldname, newdir, newname, in fuse_lib_rename() 3058 err = exchange_node(f, olddir, oldname, in fuse_lib_rename() 3061 err = rename_node(f, olddir, oldname, in fuse_lib_rename() 3067 free_path2(f, olddir, newdi in fuse_lib_rename() [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 590 static int rename_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, in rename_node() argument 598 node = lookup_node(f, olddir, oldname); in rename_node() 1694 static void fuse_lib_rename(fuse_req_t req, fuse_ino_t olddir, in fuse_lib_rename() argument 1705 oldpath = get_path_name(f, olddir, oldname); in fuse_lib_rename() 1719 err = rename_node(f, olddir, oldname, newdir, newname, 0); in fuse_lib_rename()
|
Completed in 12 milliseconds