Searched refs:cwd (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Dgetcwd_test.cpp26 char* cwd = getcwd(NULL, 0); local
27 ASSERT_TRUE(cwd != NULL);
29 ASSERT_GE(strlen(cwd), 1U);
30 free(cwd);
36 char* cwd = getcwd(NULL, PATH_MAX); local
37 ASSERT_TRUE(cwd != NULL);
39 ASSERT_GE(strlen(cwd), 1U);
40 free(cwd);
46 char* cwd = getcwd(NULL, 1); local
47 ASSERT_TRUE(cwd
54 char* cwd = getcwd(NULL, static_cast<size_t>(-1)); local
63 char* cwd = getcwd(tiny_buf, sizeof(tiny_buf)); local
72 char* cwd = getcwd(tiny_buf, 0); local
80 char* cwd = getcwd(buf, PATH_MAX); local
[all...]
/bionic/libc/tools/
H A Dgenlibgcc_compat.py84 cwd=android_build_top_path, shell=True).strip()
97 cwd=build_path, shell=True)
/bionic/libc/include/sys/
H A Duser.h40 long cwd; member in struct:user_fpregs_struct
50 unsigned short cwd; member in struct:user_fxsr_struct
104 unsigned short cwd;
H A Ducontext.h259 uint16_t cwd;
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext.h114 __u16 cwd; member in struct:_fpstate
/bionic/libc/tools/zoneinfo/
H A Dupdate-tzdata.py106 # Keep track of the original cwd so we can go back to it at the end.
142 # Switch back to the original working cwd.
193 ftp.cwd('tz/releases')

Completed in 443 milliseconds