Searched refs:project_id (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 175 int set_quota_project_id(const std::string& path, long project_id, bool set_inherit);
|
D | utils.cpp | 432 int set_quota_project_id(const std::string& path, long project_id, bool set_inherit) { in set_quota_project_id() argument 445 fsx.fsx_projid = project_id; in set_quota_project_id()
|
D | InstalldNativeService.cpp | 483 long project_id) { in prepare_app_dir() argument 489 return set_quota_project_id(path, project_id, true); in prepare_app_dir() 495 uid_t uid, gid_t gid, long project_id) { in prepare_app_cache_dir() argument 499 return set_quota_project_id(path, project_id, true); in prepare_app_cache_dir()
|