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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
unistd.h 45 #undef getcwd macro
73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size) function
  /toolchain/binutils/binutils-2.27/libiberty/
getpwd.c 45 BSD systems) now provides getcwd as called for by POSIX. Allow for
51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2)
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1
getcwd.c 1 /* Emulate getcwd using getwd.
6 @deftypefn Supplemental char* getcwd (char *@var{pathname}, int @var{len})
13 @code{getcwd} will obtain @var{len} bytes of space using
41 getcwd (char *buf, size_t len) function
  /external/autotest/client/deps/dejagnu/
dejagnu.py 18 pwd = os.getcwd()
  /external/autotest/client/deps/glmark2/
glmark2.py 35 pwd = os.getcwd()
  /external/autotest/client/deps/libnet/
libnet.py 21 pwd = os.getcwd()
  /external/autotest/client/deps/pgpool/
pgpool.py 25 pwd = os.getcwd()
  /external/autotest/client/deps/pgsql/
pgsql.py 20 pwd = os.getcwd()
  /external/libxml2/win32/wince/
wincecompat.c 49 char *getcwd( char *buffer, unsigned int size) function
  /external/ltp/lib/tests/
tst_dataroot02.c 45 if (getcwd(curdir, PATH_MAX) == NULL)
46 tst_brkm(TBROK, NULL, "getcwd");
tst_dataroot03.c 45 if (getcwd(curdir, PATH_MAX) == NULL)
46 tst_brkm(TBROK, NULL, "getcwd");
  /external/syslinux/com32/include/syslinux/
pmapi.h 72 char *(*getcwd)(char *, size_t); member in struct:com32_pmapi
  /external/syslinux/com32/include/
unistd.h 25 __extern char *getcwd(char *, int);
  /external/syslinux/core/
pmapi.c 39 .getcwd = core_getcwd,
  /external/tensorflow/tensorflow/stream_executor/lib/
process_state.cc 43 char* p = getcwd(a.get(), len);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 57 old_dir = os.getcwd()
70 old_dir = os.getcwd()
107 old_dir = os.getcwd()
122 old_dir = os.getcwd()
136 old_dir = os.getcwd()
147 old_dir = os.getcwd()
162 old_dir = os.getcwd()
176 old_dir = os.getcwd()
244 old_dir = os.getcwd()
267 current_dir = os.getcwd()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getcwd.c 2 /* Two PD getcwd() implementations.
27 getcwd(char *buf, int size) function
58 getcwd(char *buf, int size) function
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
common_unittest_utils.py 13 pwd = os.getcwd()
27 return os.path.join(os.getcwd(), 'tests')
  /external/ltp/testcases/kernel/syscalls/fchdir/
fchdir01.c 92 if ((temp_dir = (getcwd(temp_dir, 0))) == NULL)
93 tst_brkm(TBROK, cleanup, "getcwd failed");
145 if ((buf = (getcwd(buf, 0))) == NULL) {
146 tst_brkm(TBROK, cleanup, "getcwd failed");
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd03.c 20 * Testcase to check the basic functionality of the getcwd(2)
52 res1 = getcwd(NULL, 0);
54 tst_res(TFAIL | TERRNO, "getcwd() failed to "
62 res2 = getcwd(NULL, 0);
64 tst_res(TFAIL | TERRNO, "getcwd() failed to get "
71 "getcwd() got mismatched working directories (%s, %s)",
85 tst_res(TPASS, "getcwd() succeeded on a symbolic link");
  /external/python/cpython2/Python/
getcwd.c 2 /* Two PD getcwd() implementations.
27 getcwd(char *buf, int size) function
58 getcwd(char *buf, int size) function
  /external/skia/infra/bots/
upload_skps.py 31 gen_tasks = os.path.join(os.getcwd(), 'infra', 'bots', 'gen_tasks.go')
54 os.getcwd(), 'infra', 'bots', 'assets', 'skp', 'upload.py')
zip_utils_test.py 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
  /external/skqp/infra/bots/
upload_skps.py 31 gen_tasks = os.path.join(os.getcwd(), 'infra', 'bots', 'gen_tasks.go')
54 os.getcwd(), 'infra', 'bots', 'assets', 'skp', 'upload.py')
zip_utils_test.py 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))

Completed in 388 milliseconds

12 3 4 5 6 7 8 91011>>