OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcwd_fs
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/include/
pathstuff.h
24
extern char *
getcwd_fs
(char *buf, int len);
/ndk/sources/host-tools/make-3.81/w32/
pathstuff.c
104
getcwd_fs
(char* buf, int len)
function
/ndk/sources/host-tools/make-3.81/
main.c
1090
if (
getcwd_fs
(current_directory, GET_PATH_MAX) == 0)
[
all
...]
ChangeLog
501
* w32/pathstuff.c (
getcwd_fs
): Fix warning about assignment in a
[
all
...]
Completed in 86 milliseconds