Searched refs:olddir (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsemanage/src/ |
D | boolean_record.c | 94 char *olddir; in hidden_def() local 105 olddir = strdup(oldroot); in hidden_def() 106 if (!olddir) in hidden_def() 108 end = strrchr(olddir, '/'); in hidden_def() 113 rc = asprintf(&newroot, "%s%s%s", prefix, olddir, storename); in hidden_def() 139 free(olddir); in hidden_def()
|
/external/harfbuzz_ng/ |
D | autogen.sh | 7 olddir=`pwd` 44 cd $olddir
|
/external/ltp/testcases/kernel/power_management/lib/ |
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)
|
/external/igt-gpu-tools/scripts/ |
D | list-workarounds | 88 olddir = os.getcwd() 93 os.chdir(olddir)
|
/external/python/cffi/testing/cffi0/ |
D | test_zintegration.py | 65 olddir = os.getcwd() 81 os.chdir(olddir)
|
/external/python/pybind11/pybind11/ |
D | setup_helpers.py | 221 olddir = os.getcwd() 227 os.chdir(olddir)
|
/external/libfuse/lib/ |
D | fuse.c | 1468 static int rename_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, in rename_node() argument 1476 node = lookup_node(f, olddir, oldname); in rename_node() 1504 static int exchange_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, in exchange_node() argument 1512 oldnode = lookup_node(f, olddir, oldname); in exchange_node() 1526 if (hash_name(f, newnode, olddir, oldname) == -1) in exchange_node() 3073 static void fuse_lib_rename(fuse_req_t req, fuse_ino_t olddir, in fuse_lib_rename() argument 3084 err = get_path2(f, olddir, oldname, newdir, newname, in fuse_lib_rename() 3097 err = exchange_node(f, olddir, oldname, in fuse_lib_rename() 3100 err = rename_node(f, olddir, oldname, in fuse_lib_rename() 3106 free_path2(f, olddir, newdir, wnode1, wnode2, oldpath, newpath); in fuse_lib_rename()
|
/external/vm_tools/p9/src/server/ |
D | mod.rs | 941 let olddir = self.fids.get(&rename_at.olddirfid).ok_or_else(ebadf)?; in rename_at() localVariable 950 olddir.path.as_raw_fd(), in rename_at()
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 591 olddir: Self::Inode, in rename()
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 1594 olddir: Inode, in rename() 1600 let old_inode = self.find_inode(olddir)?; in rename()
|