Home
last modified time | relevance | path

Searched refs:logfailures (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.cpp483 const std::string& value, bool logfailures) in WriteFileAction() argument
484 : task_path_(task_path), proc_path_(proc_path), value_(value), logfailures_(logfailures) { in WriteFileAction()
490 int uid, int pid, bool logfailures) const { in WriteValueToFile()
514 if (logfailures) PLOG(WARNING) << Name() << "::" << __func__ << ": failed to open " << path; in WriteValueToFile()
519 if (logfailures) PLOG(ERROR) << "Failed to write '" << value << "' to " << path; in WriteValueToFile()
920 bool logfailures = attr_logfailures.empty() || attr_logfailures == "true"; in Load() local
922 attr_value, logfailures)); in Load()
H A Dtask_profiles.h171 const std::string& value, bool logfailures);
188 bool logfailures) const;