Searched defs:new_dir (Results 1 - 11 of 11) sorted by relevance
/external/chromium_org/components/url_fixer/ |
H A D | url_fixer_unittest.cc | 493 base::FilePath new_dir = dir.Append(sub_dir); local 494 base::CreateDirectory(new_dir); 495 ASSERT_TRUE(MakeTempFile(new_dir, sub_file, &full_path)); 526 EXPECT_TRUE(base::DeleteFile(new_dir, true));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | fileutils.cc | 180 Pathname new_dir; local 181 new_dir.SetFolder(new_path.pathname()); 184 if (!CreateFolder(new_dir))
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
H A D | by_dir.c | 100 static int new_dir(X509_LOOKUP *lu); 108 new_dir, /* new */ 156 static int new_dir(X509_LOOKUP *lu) function
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | fileutils.cc | 163 Pathname new_dir; local 164 new_dir.SetFolder(new_path.pathname()); 167 if (!CreateFolder(new_dir))
|
/external/openssl/crypto/x509/ |
H A D | by_dir.c | 100 static int new_dir(X509_LOOKUP *lu); 108 new_dir, /* new */ 156 static int new_dir(X509_LOOKUP *lu) function
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
H A D | repair.cc | 440 std::string new_dir; local 442 new_dir.assign(fname.data(), slash - fname.data()); 444 new_dir.append("/lost"); 445 env_->CreateDir(new_dir); // Ignore error 446 std::string new_file = new_dir;
|
/external/elfutils/0.153/libdw/ |
H A D | dwarf_getsrclines.c | 220 struct dirlist *new_dir = local 221 (struct dirlist *) alloca (sizeof (*new_dir)); 223 new_dir->dir = (char *) linep; 227 new_dir->len = endp - linep; 228 new_dir->next = dirlist; 229 dirlist = new_dir;
|
/external/chromium_org/base/ |
H A D | file_util_win.cc | 340 FilePath* new_dir) { 356 *new_dir = path_to_create; 338 CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, FilePath* new_dir) argument
|
H A D | file_util_posix.cc | 526 FilePath* new_dir) { 541 *new_dir = FilePath(dtemp); 547 FilePath* new_dir) { 550 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir); 524 CreateTemporaryDirInDirImpl(const FilePath& base_dir, const FilePath::StringType& name_tmpl, FilePath* new_dir) argument 545 CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, FilePath* new_dir) argument
|
H A D | file_util_unittest.cc | 1711 FilePath new_dir; local 1715 &new_dir)); 1716 EXPECT_TRUE(PathExists(new_dir)); 1717 EXPECT_TRUE(temp_dir_.path().IsParent(new_dir)); 1718 EXPECT_TRUE(DeleteFile(new_dir, false));
|
/external/yaffs2/yaffs2/ |
H A D | yaffs_fs.c | 141 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
|
Completed in 465 milliseconds