Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 27) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunistd.in.h281 # 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.gdbinit5 sys.path.insert (0, os.getcwd() + '/..')
/ndk/tests/device/whole-static-libs/jni/
Dmain.c14 sprintf(buf, "%s/libbar.so", getcwd(NULL, 0)); in main()
/ndk/sources/host-tools/make-3.81/
Dmake.h492 extern char *getcwd ();
496 # define getcwd(buf, len) getwd (buf) macro
574 # if !defined getcwd
575 # define getcwd _getcwd2 macro
584 # undef getcwd
Dvmsify.c412 s1 = getcwd(cwdbuf, MAXPATHLEN); in vmsify()
796 s1 = getcwd(cwdbuf, MAXPATHLEN); in vmsify()
853 s1 = getcwd(cwdbuf, MAXPATHLEN); in vmsify()
Dvmsfunctions.c139 return (getcwd (cwd, 512)); in getwd()
141 return (getcwd (buf, 512)); in getwd()
Dconfig.ami220 /* Define if you have the getcwd function. */
Dmain.c1088 if (getcwd (current_directory, GET_PATH_MAX) == 0) in main()
1435 if (getcwd (current_directory, GET_PATH_MAX) == 0) in main()
Dconfig.h-vms243 /* Define if you have the getcwd function. */
Dconfig.h.in91 /* Define to 1 if you have the `getcwd' function. */
Dconfigure.in153 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
Dconfig.h.W32102 /* Define to 1 if you have the `getcwd' function. */
Dconfigure7320 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system.cpp65 if (getcwd(&result[0], capacity)) in GetCurrentDirectory()
/ndk/sources/host-tools/make-3.81/tests/
Drun_make_tests.pl205 $__pwd = POSIX::getcwd();
DChangeLog125 an eval to trap errors) and if it exists, use POSIX::getcwd to
/ndk/tests/abcc/jni/host/
Dmain.cpp70 if (getcwd(buf, 256)) in main()
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c106 char *p = getcwd(buf, len); in getcwd_fs()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_test_utils.py238 old_dir = os.getcwd()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
/ndk/
Dndk-gdb.py559 CURDIR = os.getcwd()
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4384 AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \
/ndk/sources/host-tools/make-3.81/po/
Dgl.po2215 #~ msgid "getcwd: "
2216 #~ msgstr "getcwd: "
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0691 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/
Dmake.info-22674 # fcntl.h, getcwd, no valloc,

12