HomeSort by relevance Sort by last modified time
    Searched refs:new_dir (Results 1 - 18 of 18) sorted by null

  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 21 new_dir = args.strip()
22 if not new_dir:
23 new_dir = os.path.expanduser('~')
24 elif new_dir == '-':
30 new_dir = Holder.prev_dir()
33 os.chdir(new_dir)
  /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/lldb/test/functionalities/load_unload/
TestLoadUnload.py 40 new_dir = os.path.join(os.getcwd(), "hidden")
43 new_dylib = os.path.join(new_dir, dylibName)
53 self.runCmd("target modules search-paths add %s %s" % (os.getcwd(), new_dir))
60 substrs = [os.getcwd(), new_dir])
63 substrs = [new_dir])
68 env_cmd_string = "settings set target.env-vars " + self.dylibPath + "=" + new_dir
99 new_dir = os.path.join(os.getcwd(), special_dir)
102 new_dylib = os.path.join(new_dir, dylibName)
104 new_dSYM = os.path.join(new_dir, dsymName)
111 env_cmd_string = "settings set target.env-vars " + self.dylibPath + "=" + new_dir
    [all...]
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.py 65 new_dir = os.path.join(old_base, 'valgrind')
69 add_suppressions.append(token.replace(script_dir, new_dir))
  /external/oprofile/
opimport_pull 89 new_dir = deleted_pattern.sub("", line)
90 cmd = "mv " + "\"" + line + "\" \"" + new_dir + "\""
  /external/elfutils/0.153/libdw/
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/third_party/libjingle/source/talk/base/
fileutils.cc 180 Pathname new_dir; local
181 new_dir.SetFolder(new_path.pathname());
184 if (!CreateFolder(new_dir))
  /external/chromium_org/third_party/webrtc/base/
fileutils.cc 163 Pathname new_dir; local
164 new_dir.SetFolder(new_path.pathname());
167 if (!CreateFolder(new_dir))
  /external/chromium_org/third_party/leveldatabase/src/db/
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/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/components/url_fixer/
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/base/
file_util.h 254 FilePath* new_dir);
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);
file_util_win.cc 340 FilePath* new_dir) {
356 *new_dir = path_to_create;
file_util_unittest.cc 1711 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...]

Completed in 643 milliseconds