Home
last modified time | relevance | path

Searched refs:st_in (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DFileUtils.java461 final StructStat st_in = Os.fstat(in); in copy() local
463 if (S_ISREG(st_in.st_mode) && S_ISREG(st_out.st_mode)) { in copy()
477 } else if (S_ISFIFO(st_in.st_mode) || S_ISFIFO(st_out.st_mode)) { in copy()
479 } else if (S_ISSOCK(st_in.st_mode) || S_ISSOCK(st_out.st_mode)) { in copy()