Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.cpp509 const std::string& value, bool logfailures) in WriteFileAction() argument
510 : task_path_(task_path), proc_path_(proc_path), value_(value), logfailures_(logfailures) { in WriteFileAction()
516 uid_t uid, pid_t pid, bool logfailures) const { in WriteValueToFile()
540 if (logfailures) PLOG(WARNING) << Name() << "::" << __func__ << ": failed to open " << path; in WriteValueToFile()
545 if (logfailures) PLOG(ERROR) << "Failed to write '" << value << "' to " << path; in WriteValueToFile()
952 bool logfailures = attr_logfailures.empty() || attr_logfailures == "true"; in Load() local
954 attr_value, logfailures)); in Load()
Dtask_profiles.h171 const std::string& value, bool logfailures);
188 pid_t pid, bool logfailures) const;