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

  /system/core/toolbox/cp/
cp.c 108 struct stat to_stat, tmp_stat; local
242 r = lstat(to.p_path, &to_stat);
244 r = stat(to.p_path, &to_stat);
249 if (r == -1 || !S_ISDIR(to_stat.st_mode)) {
330 struct stat to_stat; local
423 sval = Pflag ? lstat(to.p_path, &to_stat) : stat(to.p_path, &to_stat);
428 if (to_stat.st_dev == curr->fts_statp->st_dev &&
429 to_stat.st_ino == curr->fts_statp->st_ino) {
438 S_ISDIR(to_stat.st_mode))
    [all...]
utils.c 115 struct stat to_stat, *fs; local
300 if (fstat(to_fd, &to_stat)) {
303 } else if (fs->st_gid == to_stat.st_gid &&

Completed in 26 milliseconds