Searched refs:FILE_PERM (Results 1 – 3 of 3) sorted by relevance
27 constexpr int FILE_PERM = 0664; variable
165 android::base::unique_fd toFd(open(toPath, O_CREAT | O_WRONLY, FILE_PERM)); in copyFile()
1247 fchmod(mfr.fd, FILE_PERM); in doSendObject()