Searched refs:getcwd (Results 1 – 25 of 27) sorted by relevance
12
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 281 # define getcwd rpl_getcwd macro 282 extern char * getcwd (char *buf, size_t size); 285 # undef getcwd 286 # define getcwd(b,s) \ macro 289 getcwd (b, s))
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
D | .gdbinit | 5 sys.path.insert (0, os.getcwd() + '/..')
|
/ndk/tests/device/whole-static-libs/jni/ |
D | main.c | 14 sprintf(buf, "%s/libbar.so", getcwd(NULL, 0)); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 492 extern char *getcwd (); 496 # define getcwd(buf, len) getwd (buf) macro 574 # if !defined getcwd 575 # define getcwd _getcwd2 macro 584 # undef getcwd
|
D | vmsify.c | 412 s1 = getcwd(cwdbuf, MAXPATHLEN); in vmsify() 796 s1 = getcwd(cwdbuf, MAXPATHLEN); in vmsify() 853 s1 = getcwd(cwdbuf, MAXPATHLEN); in vmsify()
|
D | vmsfunctions.c | 139 return (getcwd (cwd, 512)); in getwd() 141 return (getcwd (buf, 512)); in getwd()
|
D | config.ami | 220 /* Define if you have the getcwd function. */
|
D | main.c | 1088 if (getcwd (current_directory, GET_PATH_MAX) == 0) in main() 1435 if (getcwd (current_directory, GET_PATH_MAX) == 0) in main()
|
D | config.h-vms | 243 /* Define if you have the getcwd function. */
|
D | config.h.in | 91 /* Define to 1 if you have the `getcwd' function. */
|
D | configure.in | 153 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|
D | config.h.W32 | 102 /* Define to 1 if you have the `getcwd' function. */
|
D | configure | 7320 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_system.cpp | 65 if (getcwd(&result[0], capacity)) in GetCurrentDirectory()
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | run_make_tests.pl | 205 $__pwd = POSIX::getcwd();
|
D | ChangeLog | 125 an eval to trap errors) and if it exists, use POSIX::getcwd to
|
/ndk/tests/abcc/jni/host/ |
D | main.cpp | 70 if (getcwd(buf, 256)) in main()
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | pathstuff.c | 106 char *p = getcwd(buf, len); in getcwd_fs()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_test_utils.py | 238 old_dir = os.getcwd()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-filepath.cc | 111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
|
/ndk/ |
D | ndk-gdb.py | 559 CURDIR = os.getcwd()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 384 AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \
|
/ndk/sources/host-tools/make-3.81/po/ |
D | gl.po | 2215 #~ msgid "getcwd: " 2216 #~ msgstr "getcwd: "
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 691 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' fu…
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 2674 # fcntl.h, getcwd, no valloc,
|
12