Home
last modified time | relevance | path

Searched refs:oldcwd (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dnamespaces.c214 char *oldcwd = NULL; in nsinfo__mountns_enter() local
228 oldcwd = get_current_dir_name(); in nsinfo__mountns_enter()
229 if (!oldcwd) in nsinfo__mountns_enter()
243 nc->oldcwd = oldcwd; in nsinfo__mountns_enter()
249 free(oldcwd); in nsinfo__mountns_enter()
258 if (nc == NULL || nc->oldns == -1 || nc->newns == -1 || !nc->oldcwd) in nsinfo__mountns_exit()
263 if (nc->oldcwd) { in nsinfo__mountns_exit()
264 WARN_ON_ONCE(chdir(nc->oldcwd)); in nsinfo__mountns_exit()
265 zfree(&nc->oldcwd); in nsinfo__mountns_exit()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dnamespaces.c214 char *oldcwd = NULL; in nsinfo__mountns_enter() local
228 oldcwd = get_current_dir_name(); in nsinfo__mountns_enter()
229 if (!oldcwd) in nsinfo__mountns_enter()
243 nc->oldcwd = oldcwd; in nsinfo__mountns_enter()
249 free(oldcwd); in nsinfo__mountns_enter()
258 if (nc == NULL || nc->oldns == -1 || nc->newns == -1 || !nc->oldcwd) in nsinfo__mountns_exit()
263 if (nc->oldcwd) { in nsinfo__mountns_exit()
264 WARN_ON_ONCE(chdir(nc->oldcwd)); in nsinfo__mountns_exit()
265 zfree(&nc->oldcwd); in nsinfo__mountns_exit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dnamespaces.c214 char *oldcwd = NULL; in nsinfo__mountns_enter() local
228 oldcwd = get_current_dir_name(); in nsinfo__mountns_enter()
229 if (!oldcwd) in nsinfo__mountns_enter()
243 nc->oldcwd = oldcwd; in nsinfo__mountns_enter()
249 free(oldcwd); in nsinfo__mountns_enter()
258 if (nc == NULL || nc->oldns == -1 || nc->newns == -1 || !nc->oldcwd) in nsinfo__mountns_exit()
263 if (nc->oldcwd) { in nsinfo__mountns_exit()
264 WARN_ON_ONCE(chdir(nc->oldcwd)); in nsinfo__mountns_exit()
265 zfree(&nc->oldcwd); in nsinfo__mountns_exit()
/dports/lang/nwcc/nwcc_0.8.3/
H A Ddiffc.sh8 oldcwd=`pwd`
15 if ! test -f "$oldcwd/$i"; then
18 STUFF=`diff $oldcwd/$i ./$i`
27 cd $oldcwd
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/manifestparser/tests/
H A Dtest_convert_symlinks.py40 oldcwd = os.getcwd()
53 os.chdir(oldcwd)
64 oldcwd = os.getcwd()
82 os.chdir(oldcwd)
85 oldcwd = os.getcwd()
108 os.chdir(oldcwd)
/dports/www/firefox/firefox-99.0/testing/mozbase/manifestparser/tests/
H A Dtest_convert_symlinks.py40 oldcwd = os.getcwd()
53 os.chdir(oldcwd)
64 oldcwd = os.getcwd()
82 os.chdir(oldcwd)
85 oldcwd = os.getcwd()
108 os.chdir(oldcwd)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/manifestparser/tests/
H A Dtest_convert_symlinks.py40 oldcwd = os.getcwd()
54 os.chdir(oldcwd)
64 oldcwd = os.getcwd()
83 os.chdir(oldcwd)
86 oldcwd = os.getcwd()
110 os.chdir(oldcwd)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/manifestparser/tests/
H A Dtest_convert_symlinks.py36 oldcwd = os.getcwd()
50 os.chdir(oldcwd)
60 oldcwd = os.getcwd()
79 os.chdir(oldcwd)
82 oldcwd = os.getcwd()
106 os.chdir(oldcwd)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/manifestparser/tests/
H A Dtest_convert_symlinks.py40 oldcwd = os.getcwd()
53 os.chdir(oldcwd)
64 oldcwd = os.getcwd()
82 os.chdir(oldcwd)
85 oldcwd = os.getcwd()
108 os.chdir(oldcwd)
/dports/ftp/lftp/lftp-4.9.2/src/
H A DPtyShell.cc131 if(oldcwd) in getfd()
133 if(chdir(oldcwd)==-1) in getfd()
135 fprintf(stderr,_("chdir(%s) failed: %s\n"),oldcwd.get(),strerror(errno)); in getfd()
184 oldcwd.set(0); in getfd()
196 xgetcwd_to(oldcwd); in Init()
206 oldcwd.set(cwd); in SetCwd()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/manifestparser/tests/
H A Dtest_convert_symlinks.py40 oldcwd = os.getcwd()
54 os.chdir(oldcwd)
64 oldcwd = os.getcwd()
83 os.chdir(oldcwd)
86 oldcwd = os.getcwd()
110 os.chdir(oldcwd)
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Ddiffc.sh8 oldcwd=`pwd`
15 STUFF=`diff $oldcwd/$i ./$i`
24 cd $oldcwd
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebcheckout.pl615 my $oldcwd = getcwd();
629 chdir($oldcwd);
681 my $oldcwd = getcwd();
686 chdir $oldcwd;
721 my $oldcwd = getcwd();
728 chdir $oldcwd;
731 chdir $oldcwd;
907 chdir $oldcwd;
910 chdir $oldcwd;
968 my $oldcwd = getcwd();
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dexec_command.py219 oldcwd = os.path.abspath(os.getcwd())
230 if oldcwd!=execute_in:
234 log.debug('Retaining cwd: %s' % oldcwd)
245 if oldcwd!=execute_in:
246 os.chdir(oldcwd)
247 log.debug('Restored cwd to %s' % oldcwd)
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/tests/project/
H A Dtest_sources.lua19 local oldcwd
25 oldcwd = os.getcwd()
35 os.chdir(oldcwd)
/dports/devel/premake5/premake-5.0.0-alpha16-src/tests/project/
H A Dtest_sources.lua19 local oldcwd
25 oldcwd = os.getcwd()
35 os.chdir(oldcwd)
/dports/devel/py-flit/flit-3.5.1/tests/
H A Dtest_install.py69 oldcwd = os.getcwd()
74 os.chdir(oldcwd)
85 oldcwd = os.getcwd()
90 os.chdir(oldcwd)
170 oldcwd = os.getcwd()
177 os.chdir(oldcwd)
193 oldcwd = os.getcwd()
200 os.chdir(oldcwd)
/dports/devel/websvn/websvn-2.6.1/
H A Ddl.php185 $oldcwd = getcwd(); variable
275 chdir($oldcwd);
293 chdir($oldcwd);
317 chdir($oldcwd);
347 chdir($oldcwd);
/dports/lang/v8/v8-9.6.180.12/tools/clang/scripts/
H A Dgoma_link_test_utils.py30 oldcwd = os.getcwd()
37 os.chdir(oldcwd)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/scripts/
H A Dgoma_link_test_utils.py30 oldcwd = os.getcwd()
37 os.chdir(oldcwd)
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
21 chdir($oldcwd);
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
21 chdir($oldcwd);
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
21 chdir($oldcwd);
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
21 chdir($oldcwd);
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
21 chdir($oldcwd);

123456789