OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nftw64
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/kernel/syscalls/nftw/
test64.c
25
* test64.c - Test functions for
nftw64
()
28
#include "
nftw64
.h"
39
* A call to int
nftw64
(const char *path, int (*fn)(const char *, const
51
fprintf(temp, "TEST:
nftw64
() succeeds\n");
55
if ((ret =
nftw64
("./tmp/data/dirh", test_func1, MAX_FD, 0)) == -1) {
56
perror("ERROR:
nftw64
failed");
100
* A call to int
nftw64
(const char *path, int (*fn)(const char *, const
112
"TEST:
nftw64
with FTW_PHYS does not follow symbolic links\n");
116
if ((ret =
nftw64
("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS))
118
perror("
nftw64
");
[
all
...]
Makefile
36
nftw64
.o tools64.o test_func64.o test64.o lib64.o: %.o: %.c
40
nftw6401:
nftw64
.o tools64.o test_func64.o test64.o lib64.o
tools64.c
25
* tools64.c - Supporting functions for
nftw64
.c
28
#include "
nftw64
.h"
60
* Setup the environment to run the
nftw64
.c
170
*
nftw64
()
175
return
nftw64
(path, nftw64_fn, 10, FTW_MOUNT);
/bionic/libc/bionic/
lfs64_support.cpp
44
int
nftw64
(const char * dirpath,
function
/bionic/libc/include/
ftw.h
61
int
nftw64
(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int, struct FTW*), int __max_fd_count, int __flags) __RENAME_STAT64(nftw, 17, 21);
/bionic/tests/
ftw_test.cpp
121
TEST(ftw,
nftw64
) {
124
ASSERT_EQ(0,
nftw64
(root.path, check_nftw64, 128, 0));
154
ASSERT_EQ(0,
nftw64
(root.path, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS));
181
ASSERT_EQ(-1,
nftw64
("/does/not/exist", null_nftw_callback<struct stat64>, 128, FTW_PHYS));
199
ASSERT_EQ(-1,
nftw64
("", null_nftw_callback<struct stat64>, 128, FTW_PHYS));
/external/e2fsprogs/misc/
e4defrag.c
[
all
...]
Completed in 128 milliseconds