Searched refs:set_quota_project_id (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 176 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() function
|
D | InstalldNativeService.cpp | 614 return set_quota_project_id(path, project_id, true); in prepare_app_dir() 629 return set_quota_project_id(path, project_id, true); in prepare_app_cache_dir() 3652 result = set_quota_project_id(temp_path, 0, false) == 0; in check_if_ioctl_feature_is_supported()
|