HomeSort by relevance Sort by last modified time
    Searched defs:getcwd (Results 1 - 4 of 4) sorted by null

  /bionic/libc/unistd/
getcwd.c 32 char *getcwd(char *buf, size_t size) function
  /external/srec/portable/include/
PANSIFileSystem.h 88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); member in struct:PANSIFileSystem_t
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 44 #define getcwd _getcwd macro
  /external/e2fsprogs/intl/
dcigettext.c 141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
152 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro
154 char *getcwd ();
536 path_max += 2; /* The getcwd docs say to do this. */
544 ret = getcwd (dirname, path_max);
    [all...]

Completed in 72 milliseconds