Searched refs:mBufferSize (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 776 mBufferSize = sysconf(_SC_GETPW_R_SIZE_MAX); in Passwd() 777 mBuffer.reset(new char[mBufferSize]); in Passwd() 781 return process("getpwnam_r", getpwnam_r(name, &mPwd, mBuffer.get(), mBufferSize, &mResult)); in getpwnam() 785 return process("getpwuid_r", getpwuid_r(uid, &mPwd, mBuffer.get(), mBufferSize, &mResult)); in getpwuid() 804 size_t mBufferSize; member in Passwd
|