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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 133 join=os.path.join,getcwd=os.getcwd):
149 return join(getcwd(), path)
  /external/python/cpython2/Tools/pybench/
CommandLine.py 133 join=os.path.join,getcwd=os.getcwd):
149 return join(getcwd(), path)
  /external/python/cpython3/Tools/pybench/
CommandLine.py 135 join=os.path.join,getcwd=os.getcwd):
151 return join(getcwd(), path)
  /bionic/libc/kernel/tools/
utils.py 36 cwd = os.getcwd()
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 84 if (getcwd(resolved, PATH_MAX) == NULL) {
  /bionic/tests/
fortify_filecheck_diagnostics_test.cpp 321 // GCC: error: call to '__getcwd_dest_size_error' declared with attribute error: getcwd called with size bigger than destination
322 // CLANG: error: in call to 'getcwd', 'size' bytes overflows the given object
323 getcwd(buf, 5);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist_rpm.py 33 self.old_location = os.getcwd()
test_build_py.py 70 cwd = os.getcwd()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httpservers.py 284 self.cwd = os.getcwd()
401 self.cwd = os.getcwd()
497 self.translated = os.getcwd()
518 cwd = os.getcwd()
test_ntpath.py 171 currentdir = os.path.split(os.getcwd())[-1]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_beos.c 175 (void)getcwd( fullpath, PATH_MAX );
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
InfBinarySectionTest.py 290 Global.gINF_MODULE_DIR = os.getcwd()
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 53 The getcwd() function shall place an absolute pathname of the current
67 char *getcwd(char *Buf, size_t BufSize);
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 49 test_dir = os.path.join(os.getcwd(), 'tests')
  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
util.py 81 path = os.getcwd()
  /external/capstone/bindings/python/
setup_cython.py 73 cwd = os.getcwd()
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 36 base_path = ResolvePath(os.getcwd()) + os.path.sep
  /external/clang/tools/scan-build-py/tests/unit/
test_report.py 87 'directory': os.getcwd(),
  /external/e2fsprogs/contrib/android/
e2fsdroid.c 46 if (getcwd(cwd, PATH_MAX) == NULL) {
47 fprintf(stderr, "Failed to getcwd\n");
  /external/jsoncpp/test/
runjsontests.py 44 input_dir = os.path.join( os.getcwd(), 'data' )
  /external/libmojo/build/android/pylib/constants/
__init__.py 199 output_dir = os.getcwd()
  /external/ltp/lib/
tst_tmpdir.c 278 if (getcwd(test_start_work_dir, sizeof(test_start_work_dir)) == NULL) {
  /external/ltp/testcases/kernel/syscalls/setns/
setns02.c 200 if (getcwd(tmp, PATH_MAX) == NULL)
201 tst_brkm(TBROK|TERRNO, NULL, "getcwd");
  /external/lz4/tests/
test-lz4-versions.py 57 base_dir = os.getcwd() + '/..' # /path/to/lz4
  /external/pdfium/testing/tools/
common.py 137 cwd = os.getcwd()

Completed in 660 milliseconds

<<11121314151617181920>>