Home
last modified time | relevance | path

Searched refs:shared_app_gid (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp370 int shared_app_gid = multiuser_get_shared_gid(userId, appId); in prepare_app_profile_dir() local
371 if (shared_app_gid == -1) { in prepare_app_profile_dir()
399 if (fs_prepare_dir(ref_profile_path.c_str(), 0770, AID_SYSTEM, shared_app_gid) != 0) { in prepare_app_profile_dir()