Searched defs:realMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp474 int realMode = S_IRWXU|S_IRWXG; local
475 if (mode&0x00000001) realMode |= S_IROTH;
476 if (mode&0x00000002) realMode |= S_IWOTH;
478 int fd = open(name8.string(), flags, realMode);

Completed in 28 milliseconds