Home
last modified time | relevance | path

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

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