Home
last modified time | relevance | path

Searched refs:use_fd_cache (Results 1 – 4 of 4) sorted by relevance

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h33 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache = false);
/system/core/libprocessgroup/
Dtask_profiles.h213 bool use_fd_cache);
214 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache);
Dtask_profiles.cpp808 const std::vector<std::string>& profiles, bool use_fd_cache) { in SetProcessProfiles() argument
813 if (use_fd_cache) { in SetProcessProfiles()
829 bool use_fd_cache) { in SetTaskProfiles() argument
834 if (use_fd_cache) { in SetTaskProfiles()
Dprocessgroup.cpp158 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument
159 return TaskProfiles::GetInstance().SetTaskProfiles(tid, profiles, use_fd_cache); in SetTaskProfiles()