/external/webkit/WebKitTools/Scripts/modules/ |
D | scm.py | 41 return SVN(cwd=path) 44 return Git(cwd=path) 85 def __init__(self, cwd, dryrun=False): argument 86 self.cwd = cwd 87 self.checkout_root = self.find_checkout_root(self.cwd) 91 def run_command(args, cwd=None, input=None, raise_on_failure=True, return_exit_code=False): argument 93 process = subprocess.Popen(args, stdout=subprocess.PIPE, stdin=stdin, cwd=cwd) 97 raise ScriptError('Failed to run "%s" exit_code: %d cwd: %s' % (args, exit_code, cwd)) 206 def __init__(self, cwd, dryrun=False): argument 207 SCM.__init__(self, cwd, dryrun) [all …]
|
/external/gtest/src/ |
D | gtest-filepath.cc | 95 char cwd[GTEST_PATH_MAX_ + 1] = {}; in GetCurrentDir() 96 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir() 98 char cwd[GTEST_PATH_MAX_ + 1] = {}; in GetCurrentDir() 99 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
|
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 150 errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_namei() argument 162 retval = open_namei(fs, root, cwd, name, strlen(name), 0, 0, in ext2fs_namei() 169 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_namei_follow() argument 181 retval = open_namei(fs, root, cwd, name, strlen(name), 1, 0, in ext2fs_namei_follow() 188 errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_follow_link() argument 200 retval = follow_link(fs, root, cwd, inode, 0, buf, res_inode); in ext2fs_follow_link()
|
D | ext2fs.h | 862 extern errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, 864 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, 866 extern errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
|
/external/wpa_supplicant/ |
D | os_unix.c | 137 char *buf = NULL, *cwd, *ret; in os_rel2abs_path() local 148 cwd = getcwd(buf, len); in os_rel2abs_path() 149 if (cwd == NULL) { in os_rel2abs_path() 163 cwd_len = strlen(cwd); in os_rel2abs_path() 168 memcpy(ret, cwd, cwd_len); in os_rel2abs_path()
|
D | os_internal.c | 125 char *buf = NULL, *cwd, *ret; in os_rel2abs_path() local 135 cwd = getcwd(buf, len); in os_rel2abs_path() 136 if (cwd == NULL) { in os_rel2abs_path() 147 cwd_len = strlen(cwd); in os_rel2abs_path() 152 os_memcpy(ret, cwd, cwd_len); in os_rel2abs_path()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 43 ext2_ino_t root, cwd; variable 111 root = cwd = EXT2_ROOT_INO; in open_filesystem() 247 root = cwd = EXT2_ROOT_INO; in do_init_filesys() 943 cwd = inode; in do_change_working_dir() 956 retval = ext2fs_get_pathname(current_fs, cwd, 0, &pathname); in do_print_working_directory() 962 cwd, pathname ? pathname : "NULL"); in do_print_working_directory() 1033 if (! (retval=ext2fs_namei(current_fs, root, cwd, destname, &dir))) in make_link() 1048 dir = cwd; in make_link() 1138 dir = cwd; in unlink_file_by_name() 1312 retval = ext2fs_namei(current_fs, root, cwd, argv[2], &newfile); in do_write() [all …]
|
D | debugfs.h | 23 extern ext2_ino_t root, cwd;
|
D | ls.c | 146 inode = cwd; in do_list_dir()
|
D | util.c | 122 retval = ext2fs_namei(current_fs, root, cwd, str, &ino); in string_to_inode()
|
/external/srec/portable/include/ |
D | PANSIFileSystem.h | 88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); 142 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetcwd(LCHAR* cwd, size_t* len);
|
D | PANSIFileSystemImpl.h | 86 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* cwd, size_t* len);
|
/external/icu4c/tools/genrb/ |
D | gendtjar.pl | 41 $cwd = abs_path(getcwd); 47 $icuRootDir =abs_path($cwd."/../../.."); 116 $tempDir = $cwd."/temp"; 179 chdir($cwd);
|
/external/webkit/WebKitTools/Scripts/ |
D | check-webkit-style | 147 cwd = os.path.abspath('.') 148 scm = detect_scm_system(cwd)
|
D | webkitdirs.pm | 1294 my $cwd = getcwd(); 1299 chdir $cwd;
|
/external/clearsilver/scripts/ |
D | ChangeLog.py | 122 cwd = os.getcwd() 129 os.chdir(cwd) 141 cwd = os.getcwd() 147 os.chdir(cwd)
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
D | built-product-archive | 79 if subprocess.call(["zip", "-r", archiveFile, "bin"], cwd=thinDirectory): 112 if subprocess.call(["unzip", "-o", archiveFile], cwd=buildDirectory):
|
D | test-result-archive | 70 if subprocess.call(["zip", "-r", archiveFile, "."], cwd=layoutTestResultsDir):
|
/external/bluetooth/glib/gio/tests/ |
D | g-file.c | 330 char *cwd; in test_g_file_new_for_commandline_arg() local 343 cwd = g_get_current_dir (); in test_g_file_new_for_commandline_arg() 344 g_assert_cmpstr (resolved, ==, cwd); in test_g_file_new_for_commandline_arg() 347 g_free (cwd); in test_g_file_new_for_commandline_arg()
|
/external/srec/portable/src/ |
D | PFileSystem.c | 196 LCHAR cwd[P_PATH_MAX]; in PFileSystemGetAbsolutePath() local 200 CHKLOG(rc, PFileSystemGetcwd(cwd, &len2)); in PFileSystemGetAbsolutePath() 202 CHKLOG(rc, lstrinsert(cwd, path, 0, &len2)); in PFileSystemGetAbsolutePath()
|
/external/libpcap/ |
D | Makefile.in | 222 @cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
|
/external/gtest/test/ |
D | gtest_test_utils.py | 154 cwd=working_dir, universal_newlines=True)
|
D | gtest-filepath_test.cc | 91 const FilePath cwd = FilePath::GetCurrentDir(); in TEST() local 94 const char* const cwd_without_drive = strchr(cwd.c_str(), ':'); in TEST()
|
/external/tcpdump/ |
D | Makefile.in | 187 @cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 697 LCHAR cwd[P_PATH_MAX]; in SR_EventLog_AudioWrite() local 701 CHKLOG(rc, pf_get_cwd (cwd, &len)); in SR_EventLog_AudioWrite() 702 PLogError(L("ESR_WRITE_ERROR: %s, cwd=%s"), impl->waveformFilename, cwd); in SR_EventLog_AudioWrite()
|