Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h175 int set_quota_project_id(const std::string& path, long project_id, bool set_inherit);
Dutils.cpp432 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()
DInstalldNativeService.cpp483 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()