Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h176 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() function
DInstalldNativeService.cpp614 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()