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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py 155 path = os.getcwd()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
archive_util.py 211 save_cwd = os.getcwd()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep277.py 167 oldwd = os.getcwd()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 45 self.CurrentWorkingDir = os.getcwd()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserTest.py 58 Path = os.path.join(os.getcwd(), 'test.dec')
  /external/ImageMagick/MagickCore/
utility-private.h 149 directory=getcwd(path,extent);
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 185 sparse_file=os.path.join(os.getcwd(),'sparse_file'),
  /external/autotest/server/cros/ap_configurators/
pyauto_utils.py 106 pushd = os.getcwd()
  /external/autotest/server/cros/
tradefed_utils.py 103 current = os.getcwd()
  /external/capstone/bindings/python/
setup.py 112 cwd = os.getcwd()
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 42 cwd = getcwd(NULL, 0);
  /external/curl/tests/
secureserver.pl 75 my $path = getcwd();
  /external/deqp/scripts/
run_internal_tests.py 37 curPath = os.getcwd()
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 238 old_dir = os.getcwd()
  /external/googletest/googletest/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/googletest/googletest/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
  /external/jsoncpp/
amalgamate.py 135 parser.add_option("-t", "--top-dir", dest="top_dir", action="store", default=os.getcwd(),
doxybuild.py 52 old_cwd = os.getcwd()
  /external/libcxx/utils/libcxx/test/
executor.py 42 work_dir = os.getcwd()
  /external/libedit/examples/
fileman.c 443 s = (char*)getcwd(dir, sizeof(dir) - 1);
  /external/libffi/
generate-darwin-source-and-headers.py 146 working_dir = os.getcwd()
  /external/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 108 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify02.c 128 if (getcwd(fname1, BUF_SIZE) == NULL) {
130 "getcwd(%p, %d) failed", fname1, BUF_SIZE);

Completed in 1072 milliseconds

<<11121314151617181920>>