Searched defs:new_dir (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc446 FilePath new_dir = dir.Append(sub_dir); local
447 file_util::CreateDirectory(new_dir);
448 ASSERT_TRUE(MakeTempFile(new_dir, sub_file, &full_path));
473 EXPECT_TRUE(file_util::Delete(new_dir, true));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dfileutils.cc171 Pathname new_dir; local
172 new_dir.SetFolder(new_path.pathname());
175 if (!CreateFolder(new_dir))
/external/openssl/crypto/x509/
H A Dby_dir.c100 static int new_dir(X509_LOOKUP *lu);
108 new_dir, /* new */
156 static int new_dir(X509_LOOKUP *lu) function
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c240 struct dirlist *new_dir = local
241 (struct dirlist *) alloca (sizeof (*new_dir));
243 new_dir->dir = (char *) linep;
247 new_dir->len = endp - linep;
248 new_dir->next = dirlist;
249 dirlist = new_dir;
/external/chromium/base/
H A Dfile_util_posix.cc452 FilePath* new_dir) {
467 *new_dir = FilePath(dtemp);
473 FilePath* new_dir) {
476 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
450 CreateTemporaryDirInDirImpl(const FilePath& base_dir, const FilePath::StringType& name_tmpl, FilePath* new_dir) argument
471 CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, FilePath* new_dir) argument
H A Dfile_util_win.cc622 FilePath* new_dir) {
637 *new_dir = path_to_create;
620 CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, FilePath* new_dir) argument
H A Dfile_util_unittest.cc1514 FilePath new_dir; local
1518 &new_dir));
1519 EXPECT_TRUE(file_util::PathExists(new_dir));
1520 EXPECT_TRUE(temp_dir_.path().IsParent(new_dir));
1521 EXPECT_TRUE(file_util::Delete(new_dir, false));
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c141 struct inode *new_dir, struct dentry *new_dentry);
1196 struct inode *new_dir, struct dentry *new_dentry)
1209 yaffs_FindObjectByName(yaffs_InodeToObject(new_dir),
1229 yaffs_InodeToObject(new_dir),
1195 yaffs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h645 const struct nfs_fh * new_dir; member in struct:nfs4_rename_arg

Completed in 155 milliseconds