HomeSort by relevance Sort by last modified time
    Searched refs:getcwd (Results 326 - 350 of 942) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 461 cwd = os.getcwd()
477 path = os.getcwd()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 461 cwd = os.getcwd()
477 path = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 461 cwd = os.getcwd()
477 path = os.getcwd()
  /external/e2fsprogs/intl/
dcigettext.c 141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
152 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro
154 char *getcwd ();
537 path_max += 2; /* The getcwd docs say to do this. */
545 ret = getcwd (dirname, path_max);
    [all...]
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 322 olddir = os.getcwd()
371 olddir = os.getcwd()
377 olddir = os.getcwd()
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 321 old_wd = os.getcwd()
355 old_wd = os.getcwd()
377 curdir = os.getcwd()
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 765 curdir = os.getcwd()
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 739 curdir = os.getcwd()
865 srcdir = os.getcwd()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 496 cwd = os.getcwd()
512 path = os.getcwd()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 89 return os.getcwd()
93 save = os.getcwd(), self._ignore
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
263 $dir = getcwd();
  /external/clang/tools/scan-build-py/tests/unit/
test_runner.py 126 'directory': os.getcwd(),
174 'directory': os.getcwd(),
  /external/ltp/testcases/kernel/fs/ftest/
ftest03.c 141 if (getcwd(homedir, sizeof(homedir)) == NULL) {
142 tst_brkm(TBROK | TERRNO, NULL, "getcwd() failed");
148 sprintf(fuss, "%s/ftest03.%d", getcwd(wdbuf, sizeof(wdbuf)),
ftest07.c 144 if ((cwd = getcwd(homedir, sizeof(homedir))) == NULL) {
151 sprintf(fuss, "%s/ftest07.%d", getcwd(wdbuf, sizeof(wdbuf)),
  /external/ltp/testcases/kernel/syscalls/nftw/
test.c 266 if (getcwd(path, sizeof(path)) == NULL) {
267 perror("getcwd");
583 if (getcwd(orig, sizeof(orig)) == NULL) {
584 perror("getcwd on original wd");
test64.c 267 if (getcwd(path, sizeof(path)) == NULL) {
268 perror("getcwd");
595 if (getcwd(orig, sizeof(orig)) == NULL) {
596 perror("getcwd on original wd");
  /external/python/cpython2/Demo/pdist/
FSProxy.py 89 return os.getcwd()
93 save = os.getcwd(), self._ignore
  /external/python/cpython2/Lib/
ntpath.py 478 cwd = os.getcwd()
494 path = os.getcwd()
  /external/python/cpython3/Lib/idlelib/
query.py 268 dir = os.getcwd()
270 dir = os.getcwd()
  /external/toolchain-utils/
test_toolchains.py 109 full_vanilla_path = os.path.join(os.getcwd(), self._chromeos_root,
186 current_dir = os.getcwd()
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/libexec/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
263 $dir = getcwd();
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/libexec/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
263 $dir = getcwd();
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/libexec/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
263 $dir = getcwd();
  /prebuilts/clang/host/darwin-x86/clang-4393122/libexec/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
263 $dir = getcwd();
  /prebuilts/clang/host/darwin-x86/clang-4479392/libexec/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
263 $dir = getcwd();

Completed in 915 milliseconds

<<11121314151617181920>>