Home
last modified time | relevance | path

Searched refs:getcwd_fs (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/include/
Dpathstuff.h24 extern char * getcwd_fs(char *buf, int len);
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c104 getcwd_fs(char* buf, int len) in getcwd_fs() function
/ndk/sources/host-tools/make-3.81/
Dmain.c1086 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0) in main()
1433 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0) in main()
DChangeLog501 * w32/pathstuff.c (getcwd_fs): Fix warning about assignment in a