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.h32 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache = false);
/system/core/libprocessgroup/
Dprocessgroup.cpp122 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument
123 return TaskProfiles::GetInstance().SetTaskProfiles(tid, profiles, use_fd_cache); in SetTaskProfiles()
Dtask_profiles.h183 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache);
Dtask_profiles.cpp545 bool use_fd_cache) { in SetTaskProfiles() argument
549 if (use_fd_cache) { in SetTaskProfiles()