Searched refs:buildUser (Results 1 - 2 of 2) sorted by relevance
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_deviceinfo_js.cpp | 341 const char *buildUser = GetBuildUser(); in GetBuildUser() local 342 if (buildUser == nullptr) { in GetBuildUser() 343 buildUser = ""; in GetBuildUser() 346 NAPI_CALL(env, napi_create_string_utf8(env, buildUser, strlen(buildUser), &napiValue)); in GetBuildUser() 527 {"buildUser", nullptr, nullptr, GetBuildUser, nullptr, nullptr, napi_default, nullptr}, in Init()
|
/base/startup/init/interfaces/innerkits/syspara/ |
H A D | parameter.c | 218 static const char *buildUser = NULL; in GetBuildUser() local 219 return GetProperty("const.product.build.user", &buildUser); in GetBuildUser()
|
Completed in 2 milliseconds