Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/mtp/
H A DMtpUtils.h27 constexpr int FILE_PERM = 0664; variable
H A DMtpUtils.cpp165 android::base::unique_fd toFd(open(toPath, O_CREAT | O_WRONLY, FILE_PERM)); in copyFile()
H A DMtpServer.cpp1243 fchmod(mfr.fd, FILE_PERM); in doSendObject()