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

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

Completed in 35 milliseconds