Home
last modified time | relevance | path

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

12

/external/ltp/utils/ffsb-6.0-rc2/
Dmetaops.c44 struct ffsb_file *newdir; in createdir() local
46 newdir = add_file(dirs, 0, rd); in createdir()
47 if (mkdir(newdir->name, S_IRWXU) < 0) { in createdir()
51 unlock_file_writer(newdir); in createdir()
101 struct ffsb_file *newdir; in ffsb_createdir() local
104 newdir = add_dir(bf, 0, rd); in ffsb_createdir()
105 if (mkdir(newdir->name, S_IRWXU) < 0) { in ffsb_createdir()
109 unlock_file_writer(newdir); in ffsb_createdir()
Dfilelist.c183 struct ffsb_file *newdir, *olddir = NULL; in add_dir() local
186 newdir = ffsb_malloc(sizeof(struct ffsb_file)); in add_dir()
188 init_rwlock(&newdir->lock); in add_dir()
202 newdir->num = dirnum; in add_dir()
203 rbtree_insert(b->dirs, newdir); in add_dir()
205 rw_lock_write(&newdir->lock); in add_dir()
220 newdir->name = ffsb_strdup(buf); in add_dir()
221 return newdir; in add_dir()
223 free(newdir); in add_dir()
/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/skia/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/src/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/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/mockftpserver/MockFtpServer/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/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.4/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.h472 uint64_t newdir; member
476 uint64_t newdir; member
/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/e2fsprogs/lib/ext2fs/
DAndroid.bp70 "newdir.c",
DMakefile.in113 newdir.o \
194 $(srcdir)/newdir.c \
997 newdir.o: $(srcdir)/newdir.c $(top_builddir)/lib/config.h \
/external/zlib/src/contrib/untgz/
Duntgz.c328 int makedir (char *newdir) in makedir() argument
330 char *buffer = strdup(newdir); in makedir()
/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/cpython3/Lib/distutils/command/
Dbdist_msi.py304 newdir = Directory(db, cab, dir, file, default, short)
305 todo.append(newdir)
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py306 newdir = Directory(db, cab, dir, file, default, short)
307 todo.append(newdir)
/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.c560 char *newdir; in builtin_cd() local
562 newdir = env_get("HOME"); in builtin_cd()
564 newdir = child->argv[1]; in builtin_cd()
565 if (chdir(newdir)) { in builtin_cd()
566 printf("cd: %s: %s\n", newdir, strerror(errno)); in builtin_cd()
/external/autotest/client/bin/
Dutils.py95 newdir = extract_tarball(tarball)
96 os.rename(newdir, dir)

12