Searched refs:use_fd_cache (Results 1 – 4 of 4) sorted by relevance
/system/core/libprocessgroup/include/processgroup/ |
D | processgroup.h | 37 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache = false); 44 bool use_fd_cache = false); 48 bool use_fd_cache = false);
|
/system/core/libprocessgroup/ |
D | task_profiles.cpp | 998 bool TaskProfiles::SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache) { in SetUserProfiles() argument 1002 if (use_fd_cache) { in SetUserProfiles() 1017 bool use_fd_cache) { in SetProcessProfiles() argument 1022 if (use_fd_cache) { in SetProcessProfiles() 1038 bool TaskProfiles::SetTaskProfiles(int tid, std::span<const T> profiles, bool use_fd_cache) { in SetTaskProfiles() argument 1043 if (use_fd_cache) { in SetTaskProfiles() 1060 bool use_fd_cache); 1063 bool use_fd_cache); 1065 bool use_fd_cache); 1067 bool use_fd_cache); [all …]
|
D | processgroup.cpp | 174 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument 176 use_fd_cache); in SetTaskProfiles() 179 bool SetTaskProfiles(int tid, std::initializer_list<std::string_view> profiles, bool use_fd_cache) { in SetTaskProfiles() argument 181 tid, std::span<const std::string_view>(profiles), use_fd_cache); in SetTaskProfiles() 184 bool SetTaskProfiles(int tid, std::span<const std::string_view> profiles, bool use_fd_cache) { in SetTaskProfiles() argument 185 return TaskProfiles::GetInstance().SetTaskProfiles(tid, profiles, use_fd_cache); in SetTaskProfiles()
|
D | task_profiles.h | 241 bool SetProcessProfiles(uid_t uid, pid_t pid, std::span<const T> profiles, bool use_fd_cache); 243 bool SetTaskProfiles(int tid, std::span<const T> profiles, bool use_fd_cache); 245 bool SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache);
|