OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getcwd_fs
(Results
1 - 3
of
3
) 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
...]
Completed in 36 milliseconds