Home
last modified time | relevance | path

Searched defs:use_fd_cache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/libprocessgroup/
H A Dprocessgroup.cpp192 bool SetTaskProfiles(pid_t tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles()
198 bool use_fd_cache) { in SetTaskProfiles()
203 bool SetTaskProfiles(pid_t tid, std::span<const std::string_view> profiles, bool use_fd_cache) { in SetTaskProfiles()
H A Dtask_profiles.cpp1103 bool TaskProfiles::SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache) { in SetUserProfiles()
1122 bool use_fd_cache) { in SetProcessProfiles()
1143 bool TaskProfiles::SetTaskProfiles(pid_t tid, std::span<const T> profiles, bool use_fd_cache) { in SetTaskProfiles()