Home
last modified time | relevance | path

Searched refs:newdir (Results 1 – 25 of 36) 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/llvm-project/lldb/test/API/commands/process/attach/
DTestProcessAttach.py42 newdir = self.getBuildArtifact("newdir")
44 os.mkdir(newdir)
49 exe = os.path.join(newdir, 'proc_attach')
51 self.addTearDownHook(lambda: shutil.rmtree(newdir))
56 os.chdir(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/rust/crates/libz-sys/src/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/jsoncpp/
Ddoxybuild.py15 def cd(newdir): argument
20 os.chdir(newdir)
/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.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.3/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/libfuse/include/
Dfuse_kernel.h504 uint64_t newdir; member
508 uint64_t newdir; member
/external/vm_tools/p9/src/server/
Dtests.rs805 let newdir = test_dir.join(name); in huge_directory() localVariable
806 fs::create_dir(&newdir).expect("failed to create directory"); in huge_directory()
821 create_local_file(&newdir, &name); in huge_directory()
826 open(&mut server, &newdir, dfid, "", fid, P9_DIRECTORY).expect("Failed to open directory"); in huge_directory()
828 let path = newdir.join(&f.name); in huge_directory()
/external/rust/crates/libz-sys/src/zlib/contrib/untgz/
Duntgz.c328 int makedir (char *newdir) in makedir() argument
330 char *buffer = strdup(newdir); in makedir()
/external/kernel-headers/original/uapi/linux/
Dfuse.h583 uint64_t newdir; member
587 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.bp86 "newdir.c",
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py312 newdir = Directory(db, cab, dir, file, default, short)
313 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/llvm-project/llvm/utils/lit/lit/
DTestRunner.py269 newdir = cmd.args[1]
271 if os.path.isabs(newdir):
272 shenv.cwd = newdir
274 shenv.cwd = os.path.realpath(os.path.join(shenv.cwd, newdir))
/external/crosvm/fuse/src/
Dserver.rs462 newdir: u64, in do_rename()
488 newdir.into(), in do_rename()
498 let RenameIn { newdir } = RenameIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in rename()
500 self.do_rename(in_header, size_of::<RenameIn>(), newdir, 0, r, w) in rename()
504 let Rename2In { newdir, flags, .. } = in rename2()
509 self.do_rename(in_header, size_of::<Rename2In>(), newdir, flags, r, w) in rename2()

12