Searched refs:st_out (Results 1 – 1 of 1) sorted by relevance
372 final StructStat st_out = Os.fstat(out); in copy() local373 if (S_ISREG(st_in.st_mode) && S_ISREG(st_out.st_mode)) { in copy()375 } else if (S_ISFIFO(st_in.st_mode) || S_ISFIFO(st_out.st_mode)) { in copy()