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

<<11121314151617181920>>

  /external/python/cpython3/Lib/test/
test_py_compile.py 20 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
test_unicode_file.py 90 cwd_result = os.getcwd()
  /external/python/cpython3/Modules/_ctypes/libffi/
generate-darwin-source-and-headers.py 146 working_dir = os.getcwd()
  /external/python/cpython3/PCbuild/
prepare_ssl.py 192 old_cwd = os.getcwd()
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 810 symbol_path_origin_dir = os.path.abspath(os.getcwd())
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 810 symbol_path_origin_dir = os.path.abspath(os.getcwd())
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
  /external/syslinux/com32/lua/src/
lfs.c 103 if ((path = getcwd(buf, PATH_MAX)) == NULL) {
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 205 default=os.getcwd(),
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 84 log.write('cd: %s; %s\n' % (os.getcwd(), ' '.join(execargs)))
  /external/toolchain-utils/
buildbot_test_toolchains.py 71 self._base_dir = os.getcwd()
  /external/trappy/tests/
test_thermal.py 144 self.previous_dir = os.getcwd()
  /external/v8/testing/gtest/src/
gtest-filepath.cc 109 char* result = getcwd(cwd, sizeof(cwd));
111 // getcwd will likely fail in NaCl due to the sandbox, so return something
112 // reasonable. The user may have provided a shim implementation for getcwd,
  /external/v8/testing/gtest/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
  /external/vboot_reference/tests/bitmaps/
TestBmpBlock.py 76 self._cwd = os.getcwd()
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 27 #define GET_CURRENT_DIR getcwd
  /frameworks/compile/slang/tests/
slang_test.py 52 cwd = os.getcwd()
  /frameworks/layoutlib/rename_font/
build_font.py 73 cwd = os.getcwd()
  /frameworks/ml/nn/tools/test_generator/tests/
test.py 53 cwd = os.getcwd()
  /frameworks/native/cmds/cmd/
cmd.cpp 68 getcwd(cwd, 256);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileSystem.java 67 byte[] cwd = UnixNativeDispatcher.getcwd();
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 84 log.write('cd: %s; %s\n' % (os.getcwd(), ' '.join(execargs)))
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
bisect_driver.py 84 log.write('cd: %s; %s\n' % (os.getcwd(), ' '.join(execargs)))

Completed in 1739 milliseconds

<<11121314151617181920>>