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

  /external/e2fsprogs/contrib/
fsstress.c 266 void append_pathname(pathname_t *, char *);
599 void append_pathname(pathname_t * name, char *str) function
606 fprintf(stderr, "fsstress: append_pathname failure\n");
829 append_pathname(name, "/");
833 append_pathname(name, buf);
873 append_pathname(name, "/");
875 append_pathname(name, buf);
998 append_pathname(&newname2, "../");
999 append_pathname(&newname2, name2->path);
1006 append_pathname(&newname1, "../")
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 239 void append_pathname(pathname_t *, char *);
572 void append_pathname(pathname_t * name, char *str) function
579 fprintf(stderr, "fsstress: append_pathname failure\n");
802 append_pathname(name, "/");
806 append_pathname(name, buf);
846 append_pathname(name, "/");
848 append_pathname(name, buf);
971 append_pathname(&newname2, "../");
972 append_pathname(&newname2, name2->path);
979 append_pathname(&newname1, "../")
    [all...]

Completed in 56 milliseconds