HomeSort by relevance Sort by last modified time
    Searched refs:pathdat (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/syscalls/nftw/
tools.c 30 extern pathdata pathdat[];
79 if (pathdat[i].type == DIR) {
80 if (mkdir(pathdat[i].name, pathdat[i].mode) == -1) {
82 pathdat[i].name, i);
89 } else if (pathdat[i].type == SYM) {
90 if (symlink(pathdat[i].contents, pathdat[i].name) == -1) {
92 pathdat[i].name);
100 if ((fd = open(pathdat[i].name, O_WRONLY | O_CREAT
    [all...]
tools64.c 30 extern pathdata pathdat[];
78 if (pathdat[i].type == DIR) {
79 if (mkdir(pathdat[i].name, pathdat[i].mode) == -1) {
81 pathdat[i].name, i);
88 } else if (pathdat[i].type == SYM) {
89 if (symlink(pathdat[i].contents, pathdat[i].name) == -1) {
91 pathdat[i].name);
99 if ((fd = open(pathdat[i].name, O_WRONLY | O_CREAT
    [all...]
nftw.c 66 pathdata pathdat[] = { variable
257 npathdats = ARRAY_SIZE(pathdat);
nftw64.c 66 pathdata pathdat[] = { variable
254 npathdats = ARRAY_SIZE(pathdat);
test.c 32 extern pathdata pathdat[];
test64.c 32 extern pathdata pathdat[];
test_func.c 30 extern pathdata pathdat[];
test_func64.c 30 extern pathdata pathdat[];

Completed in 72 milliseconds