/external/chromium_org/chrome/installer/mac/ |
dirpatcher.sh | 7 # usage: dirpatcher.sh old_dir patch_dir new_dir 9 # dirpatcher creates new_dir from patch_dir by decompressing and copying 252 local new_dir="${3}" 254 if ! mkdir "${new_dir}"; then 262 local new_file="${new_dir}/${file}" 281 copy_mode_and_time "${patch_dir}" "${new_dir}" 309 echo "usage: ${ME} old_dir patch_dir new_dir" >& 2 313 local old_dir patch_dir new_dir 316 new_dir="$(shell_safe_path "${3}")" 326 if [[ -e "${new_dir}" ]]; the [all...] |
dirdiffer.sh | 7 # usage: dirdiffer.sh old_dir new_dir patch_dir 10 # between old_dir and new_dir. patch_dir can be used with dirpatcher to 11 # recreate new_dir given old_dir. 14 # links, and directories, as they are found in new_dir. Symbolic links and 20 # same position in old_dir to the version in new_dir, but only when such a 23 # - a bzip2-compressed copy of the new file from new_dir; in patch_dir, the 25 # - a gzip-compressed copy of the new file from new_dir; in patch_dir, the 27 # - an xz/lzma2-compressed copy of the new file from new_dir; in patch_dir, 29 # - an uncompressed copy of the new file from new_dir; in patch_dir, the 48 # 2.53GHz dual-core 4GB MacBook Pro is 3 minutes. Reconstructing new_dir wit [all...] |
/external/oprofile/ |
opimport_pull | 89 new_dir = deleted_pattern.sub("", line) 90 cmd = "mv " + "\"" + line + "\" \"" + new_dir + "\""
|
/external/elfutils/libdw/ |
dwarf_getsrclines.c | 240 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/chrome/browser/net/ |
url_fixer_upper_unittest.cc | 446 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/ |
fileutils.cc | 171 Pathname new_dir; local 172 new_dir.SetFolder(new_path.pathname()); 175 if (!CreateFolder(new_dir))
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
fileutils.cc | 177 Pathname new_dir; local 178 new_dir.SetFolder(new_path.pathname()); 181 if (!CreateFolder(new_dir))
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
repair.cc | 441 std::string new_dir; local 443 new_dir.assign(fname.data(), slash - fname.data()); 445 new_dir.append("/lost"); 446 env_->CreateDir(new_dir); // Ignore error 447 std::string new_file = new_dir;
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
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/openssl/crypto/x509/ |
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/chrome/common/net/ |
url_fixer_upper_unittest.cc | 503 base::FilePath new_dir = dir.Append(sub_dir); local 504 base::CreateDirectory(new_dir); 505 ASSERT_TRUE(MakeTempFile(new_dir, sub_file, &full_path)); 531 EXPECT_TRUE(base::DeleteFile(new_dir, true));
|
/external/chromium/base/ |
file_util_posix.cc | 452 FilePath* new_dir) { 467 *new_dir = FilePath(dtemp); 473 FilePath* new_dir) { 476 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
|
file_util.h | 297 FilePath* new_dir);
|
file_util_win.cc | 622 FilePath* new_dir) { 637 *new_dir = path_to_create; [all...] |
file_util_unittest.cc | 1514 FilePath new_dir; local [all...] |
/external/chromium_org/base/ |
file_util.h | 251 FilePath* new_dir);
|
file_util_posix.cc | 555 FilePath* new_dir) { 570 *new_dir = FilePath(dtemp); 576 FilePath* new_dir) { 579 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
|
file_util_win.cc | 295 FilePath* new_dir) { 311 *new_dir = path_to_create;
|
file_util_unittest.cc | 1622 FilePath new_dir; local [all...] |
/external/yaffs2/yaffs2/ |
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), [all...] |
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 645 const struct nfs_fh * new_dir; member in struct:nfs4_rename_arg
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | [all...] |