Home
last modified time | relevance | path

Searched refs:newdir (Results 1 – 25 of 29) sorted by relevance

12

/external/libaom/libaom/test/
Drun_encodes.sh27 newdir=$4
37 mkdir $newdir
38 mv *.stt $newdir
39 mv *.webm $newdir
/external/skqp/tools/skqp/
Dmake_universal_apk.py108 newdir = os.path.join(build_dir, os.path.basename(path))
109 if not os.path.exists(newdir):
110 os.makedirs(newdir)
112 os.symlink(os.path.relpath(newdir, os.path.dirname(path)), path)
/external/zlib/contrib/minizip/
Dminiunz.c138 int makedir (newdir) in makedir() argument
139 char *newdir; in makedir()
143 int len = (int)strlen(newdir);
154 strcpy(buffer,newdir);
/external/v8/third_party/zlib/contrib/minizip/
Dminiunz.c138 int makedir (newdir) in makedir() argument
139 char *newdir; in makedir()
143 int len = (int)strlen(newdir);
154 strcpy(buffer,newdir);
/external/skia/tools/skqp/
Dcreate_apk.py99 newdir = os.path.join(working_dir, os.path.basename(target))
100 makedirs(newdir)
101 os.symlink(os.path.relpath(newdir, os.path.dirname(target)), target)
/external/libxml2/doc/
DbuildDocBookCatalog71 newdir=1
104 newdir=0
168 if test $newdir!=0
/external/e2fsprogs/misc/
Dmk_hugefiles.c214 ext2_ino_t newdir; in create_directory() local
230 NULL, &newdir); in create_directory()
234 retval = ext2fs_mkdir(fs, ino, newdir, cp); in create_directory()
238 ino = newdir; in create_directory()
/external/selinux/sandbox/
Dsandbox93 newdir = re.sub(srcdir, dest, dname)
94 if not os.path.exists(newdir):
95 os.makedirs(newdir)
96 dest = newdir + "/" + bname
/external/angle/third_party/jsoncpp/source/
Ddoxybuild.py15 def cd(newdir): argument
20 os.chdir(newdir)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy71 final TO_DIR = "/newdir"
82 final TO_DIR = "/newdir"
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy71 final TO_DIR = "/newdir"
82 final TO_DIR = "/newdir"
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy71 final TO_DIR = "/newdir"
82 final TO_DIR = "/newdir"
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy71 final TO_DIR = "/newdir"
82 final TO_DIR = "/newdir"
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy71 final TO_DIR = "/newdir"
82 final TO_DIR = "/newdir"
/external/kernel-headers/original/uapi/linux/
Dfuse.h547 uint64_t newdir; member
551 uint64_t newdir; member
/external/libfuse/include/
Dfuse_kernel.h503 uint64_t newdir; member
507 uint64_t newdir; member
/external/e2fsprogs/lib/ext2fs/
DAndroid.bp71 "newdir.c",
/external/llvm/utils/lit/lit/
DTestRunner.py181 newdir = cmd.commands[0].args[1]
183 if os.path.isabs(newdir):
184 shenv.cwd = newdir
186 shenv.cwd = os.path.join(shenv.cwd, newdir)
/external/u-boot/fs/yaffs2/
Dyaffsfs.c1482 struct yaffs_obj *newdir = NULL; in yaffs_rename() local
1517 newdir = yaffsfs_FindDirectory(NULL, newPath, &newname, 0, in yaffs_rename()
1531 if ((!olddir && notOldDir) || (!newdir && notNewDir)) { in yaffs_rename()
1541 } else if (!olddir || !newdir || !obj) { in yaffs_rename()
1550 } else if (olddir->my_dev != newdir->my_dev) { in yaffs_rename()
1562 struct yaffs_obj *xx = newdir; in yaffs_rename()
1574 result = yaffs_rename_obj(olddir, oldname, newdir, newname); in yaffs_rename()
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py306 newdir = Directory(db, cab, dir, file, default, short)
307 todo.append(newdir)
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py304 newdir = Directory(db, cab, dir, file, default, short)
305 todo.append(newdir)
/external/libfuse/lib/
Dfuse.c1469 fuse_ino_t newdir, const char *newname, int hide) in rename_node() argument
1477 newnode = lookup_node(f, newdir, newname); in rename_node()
1491 if (hash_name(f, node, newdir, newname) == -1) { in rename_node()
1505 fuse_ino_t newdir, const char *newname) in exchange_node() argument
1513 newnode = lookup_node(f, newdir, newname); in exchange_node()
1522 if (hash_name(f, oldnode, newdir, newname) == -1) in exchange_node()
3074 const char *oldname, fuse_ino_t newdir, in fuse_lib_rename() argument
3084 err = get_path2(f, olddir, oldname, newdir, newname, in fuse_lib_rename()
3091 is_open(f, newdir, newname)) in fuse_lib_rename()
3092 err = hide_node(f, newpath, newdir, newname); in fuse_lib_rename()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestRunner.py750 newdir = cmd.commands[0].args[1]
752 if os.path.isabs(newdir):
753 shenv.cwd = newdir
755 shenv.cwd = os.path.realpath(os.path.join(shenv.cwd, newdir))
/external/u-boot/common/
Dcli_hush.c561 char *newdir; in builtin_cd() local
563 newdir = env_get("HOME"); in builtin_cd()
565 newdir = child->argv[1]; in builtin_cd()
566 if (chdir(newdir)) { in builtin_cd()
567 printf("cd: %s: %s\n", newdir, strerror(errno)); in builtin_cd()
/external/autotest/client/bin/
Dutils.py97 newdir = extract_tarball(tarball)
98 os.rename(newdir, dir)

12