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

<<11121314151617181920>>

  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 358 if (getcwd(path_name, sizeof(path_name)) == NULL)
359 tst_brkm(TBROK, cleanup, "getcwd failed");
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
  /external/protobuf/gtest/src/
gtest-filepath.cc 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
  /external/protobuf/gtest/test/
gtest_test_utils.py 242 old_dir = os.getcwd()
  /external/python/cpython2/Lib/
SimpleHTTPServer.py 168 path = os.getcwd()
  /external/python/cpython2/Lib/distutils/
archive_util.py 211 save_cwd = os.getcwd()
  /external/python/cpython2/Lib/distutils/tests/
support.py 66 self.old_cwd = os.getcwd()
  /external/python/cpython2/Lib/multiprocessing/
process.py 51 ORIGINAL_DIR = os.path.abspath(os.getcwd())
  /external/python/cpython2/Lib/test/
ssl_servers.py 196 handler_class.root = os.getcwd()
test__osx_support.py 22 self.temp_path_dir = os.path.abspath(os.getcwd())
test_httpservers.py 324 self.cwd = os.getcwd()
498 self.cwd = os.getcwd()
628 self.translated = os.getcwd()
668 cwd = os.getcwd()
test_stat.py 127 os.symlink(os.getcwd(), TESTFN)
test_unicode_file.py 126 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
  /external/python/cpython2/Modules/_ctypes/libffi/
generate-darwin-source-and-headers.py 146 working_dir = os.getcwd()
  /external/python/cpython2/PC/VC6/
build_ssl.py 172 old_cd = os.getcwd()
  /external/python/cpython2/PC/VS8.0/
build_ssl.py 191 old_cd = os.getcwd()
  /external/python/cpython2/PC/VS9.0/
build_ssl.py 189 old_cd = os.getcwd()
  /external/python/cpython2/PCbuild/
prepare_ssl.py 192 old_cwd = os.getcwd()
  /external/python/cpython3/Lib/distutils/
archive_util.py 216 save_cwd = os.getcwd()
  /external/python/cpython3/Lib/distutils/tests/
support.py 58 self.old_cwd = os.getcwd()
test_sysconfig.py 69 cwd = os.getcwd()
  /external/python/cpython3/Lib/
macpath.py 187 cwd = os.getcwd()
  /external/python/cpython3/Lib/multiprocessing/
spawn.py 165 dir=os.getcwd(),
  /external/python/cpython3/Lib/test/
ssl_servers.py 196 handler_class.root = os.getcwd()
test__osx_support.py 21 self.temp_path_dir = os.path.abspath(os.getcwd())

Completed in 763 milliseconds

<<11121314151617181920>>