Searched refs:lstat (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/bionic/ |
D | lstat.cpp | 34 int lstat(const char* path, struct stat* sb) { in lstat() function 37 __strong_alias(lstat64, lstat);
|
/bionic/tests/headers/posix/ |
D | sys_stat_h.c | 143 FUNCTION(lstat, int (*f)(const char*, struct stat*)); in sys_stat_h() 144 FUNCTION(lstat, int (*f)(const char*, struct stat*)); in sys_stat_h()
|
/bionic/libc/include/sys/ |
D | stat.h | 147 int lstat(const char* __path, struct stat* __buf); 148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | mktemp.c | 92 if (lstat(path, &sb) != 0) in mktemp_internal()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 347 CALL(lstat)
|
D | liblinker_reloc_bench_006.S | 647 CALL(lstat)
|
D | liblinker_reloc_bench_003.S | 1135 CALL(lstat)
|
D | liblinker_reloc_bench_134.S | 1662 CALL(lstat)
|
D | liblinker_reloc_bench_154.S | 2509 CALL(lstat)
|
D | liblinker_reloc_bench_070.S | 2351 DATA_WORD(lstat)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 539 lstat
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 1031 return (lstat(buf, sb)); in g_lstat()
|
/bionic/tests/ |
D | stdio_test.cpp | 2377 ASSERT_EQ(-1, lstat(tf.path, &sb)); in TEST() 2382 ASSERT_EQ(-1, lstat(td.path, &sb)); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 620 lstat;
|
/bionic/libc/ |
D | libc.map.txt | 620 lstat;
|
D | Android.bp | 1074 "bionic/lstat.cpp",
|