OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getwd
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
getwd.c
8
char*
getwd
(char* buf) {
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
unistd.h
217
extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf),
getwd
)
218
__nonnull ((1)) __wur __warnattr ("please use getcwd instead, as
getwd
"
222
__NTH (
getwd
(char *__buf))
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h
217
extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf),
getwd
)
218
__nonnull ((1)) __wur __warnattr ("please use getcwd instead, as
getwd
"
222
__NTH (
getwd
(char *__buf))
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h
217
extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf),
getwd
)
218
__nonnull ((1)) __wur __warnattr ("please use getcwd instead, as
getwd
"
222
__NTH (
getwd
(char *__buf))
function
/ndk/sources/host-tools/make-3.81/
vmsfunctions.c
134
getwd
(char *cwd)
function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc
299
char* KernelProxy::
getwd
(char* buf) {
function in class:nacl_io::KernelProxy
[
all
...]
Completed in 278 milliseconds