Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp382 struct passwd *bufp = nullptr; in GetUidForName() local
391 if (getpwnam_r(result.c_str(), &user, buf.data(), bufLen, &bufp) == 0 && bufp != nullptr) { in GetUidForName()
392 uid = static_cast<int32_t>(bufp->pw_uid); in GetUidForName()
500 struct passwd *bufp = nullptr; in GetUidForName() local
509 if (getpwnam_r(result.c_str(), &user, buf.data(), bufLen, &bufp) == 0 && bufp != nullptr) { in GetUidForName()
510 uid = static_cast<int32_t>(bufp->pw_uid); in GetUidForName()

Completed in 1 milliseconds